diff --git a/.github/workflows/coverage-comment.yml b/.github/workflows/coverage-comment.yml index 24d123d..b4ddd4b 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@v6.3.3 + uses: actions/github-script@v6.4.0 with: script: | var artifacts = await github.rest.actions.listWorkflowRunArtifacts({