diff --git a/.github/workflows/coverage-comment.yml b/.github/workflows/coverage-comment.yml index 9f1c55bc..4dc62ea1 100644 --- a/.github/workflows/coverage-comment.yml +++ b/.github/workflows/coverage-comment.yml @@ -53,7 +53,7 @@ jobs: - name: Post or update PR comment if: steps.download.outcome == 'success' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const fs = require('fs');