diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 5784006..cd05a56 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -137,7 +137,7 @@ jobs: - name: Comment coverage on PR if: github.event_name == 'pull_request' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const fs = require('fs');