diff --git a/.github/workflows/coverage-report-workflow.yaml b/.github/workflows/coverage-report-workflow.yaml index 7675edd..81a8e21 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({