From 2627ef35defe4f1ce17c236f7281c642b63ffb80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 08:32:08 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 6.4.0 to 7.0.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 6.4.0 to 7.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6.4.0...v7.0.0) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage-report-workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage-report-workflow.yaml b/.github/workflows/coverage-report-workflow.yaml index 9d5e3b58..a514e015 100644 --- a/.github/workflows/coverage-report-workflow.yaml +++ b/.github/workflows/coverage-report-workflow.yaml @@ -19,7 +19,7 @@ jobs: # It would have been nice to be able to use actions/download-artifact@v2 # for this, but as the artifacts are uploaded by another workflow it does # not seem possible - so we need to do this stuff instead - uses: actions/github-script@v6.4.0 + uses: actions/github-script@v7.0.0 with: script: | var artifacts = await github.rest.actions.listWorkflowRunArtifacts({