diff --git a/.github/workflows/coverage-comment.yml b/.github/workflows/coverage-comment.yml index 013fdaa..c6bcab9 100644 --- a/.github/workflows/coverage-comment.yml +++ b/.github/workflows/coverage-comment.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Download artifacts' - uses: actions/github-script@v5.1.0 + uses: actions/github-script@v6.0.0 with: script: | var artifacts = await github.rest.actions.listWorkflowRunArtifacts({