diff --git a/.github/workflows/coverage-comment.yml b/.github/workflows/coverage-comment.yml index 80cc0fd..8328251 100644 --- a/.github/workflows/coverage-comment.yml +++ b/.github/workflows/coverage-comment.yml @@ -98,7 +98,7 @@ jobs: fi - name: Post coverage comment - uses: actions/github-script@v7 + uses: actions/github-script@v8 env: PR_COVERAGE: ${{ steps.coverage.outputs.pr_coverage }} MAIN_COVERAGE: ${{ steps.coverage.outputs.main_coverage }}