From 3ad6eb0ab8066b2843b2023c4bac0c5dfccf9a31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 14:31:17 +0000 Subject: [PATCH] chore: Bump actions/github-script from 3.1.0 to 9.0.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 3.1.0 to 9.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v3.1.0...v9.0.0) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/report-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/report-coverage.yml b/.github/workflows/report-coverage.yml index 37981f1df..005853927 100644 --- a/.github/workflows/report-coverage.yml +++ b/.github/workflows/report-coverage.yml @@ -19,7 +19,7 @@ jobs: - run: mkdir -p ${{ runner.temp }}/cover - run: echo Fetching artifacts for ${{ github.event.workflow_run.id }}, event name ${{ github.event_name }}, triggered by ${{ github.event.workflow_run.event }} - name: Download artifact - uses: actions/github-script@v3.1.0 + uses: actions/github-script@v9.0.0 with: script: | var artifacts = await github.actions.listWorkflowRunArtifacts({