From 6b94845f014f32700fee2e94f019bf6074eaf3c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 07:27:52 +0000 Subject: [PATCH] Bump actions/github-script from 6 to 7 Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/delete_artifact.yml | 2 +- .github/workflows/list_artifacts.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/delete_artifact.yml b/.github/workflows/delete_artifact.yml index 1f239c1..d36b877 100644 --- a/.github/workflows/delete_artifact.yml +++ b/.github/workflows/delete_artifact.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Delete selected artifact - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const response = await github.rest.actions.listArtifactsForRepo({ diff --git a/.github/workflows/list_artifacts.yml b/.github/workflows/list_artifacts.yml index bf40e9f..20d2f55 100644 --- a/.github/workflows/list_artifacts.yml +++ b/.github/workflows/list_artifacts.yml @@ -9,7 +9,7 @@ jobs: steps: - name: List all artifacts - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const response = await github.rest.actions.listArtifactsForRepo({