diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98b8300..bc40a20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -332,7 +332,7 @@ jobs: - name: Coverage summary comment (PR only) if: github.event_name == 'pull_request' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const coverage = '${{ steps.coverage.outputs.percentage }}';