diff --git a/.github/workflows/coverage-comment.yml b/.github/workflows/coverage-comment.yml index c72f0b2..6d9d687 100644 --- a/.github/workflows/coverage-comment.yml +++ b/.github/workflows/coverage-comment.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout code uses: actions/checkout@v5 - name: 'Download artifacts' - uses: actions/github-script@v7.0.1 + uses: actions/github-script@v8.0.0 with: script: | var artifacts = await github.rest.actions.listWorkflowRunArtifacts({