From 88cb90b417b669f6089aa07d531e1dfa6603fff7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 14:06:31 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 6 to 9 Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/01-make-dist.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/01-make-dist.yml b/.github/workflows/01-make-dist.yml index 6b1158035a..cad910e193 100644 --- a/.github/workflows/01-make-dist.yml +++ b/.github/workflows/01-make-dist.yml @@ -104,7 +104,7 @@ jobs: # We need to find the artifact URL and report it below. - name: Get Artifact URL id: get_artifact_url - uses: actions/github-script@v6 + uses: actions/github-script@v9 with: script: | const res = await github.rest.actions.listArtifactsForRepo({ @@ -136,7 +136,7 @@ jobs: # (at least 12MB as of Nov 2025). - if: env.GITHUB_REF_TYPE != 'tag' && steps.subst-github-ref-name.outputs.result != 'master' name: Delete Old Artifacts for this feature branch/PR - uses: actions/github-script@v6 + uses: actions/github-script@v9 id: delete_old_artifact_for_pr continue-on-error: true with: