diff --git a/.github/workflows/test-main-features.yml b/.github/workflows/test-main-features.yml index 1095bf1c..04006644 100644 --- a/.github/workflows/test-main-features.yml +++ b/.github/workflows/test-main-features.yml @@ -78,7 +78,7 @@ jobs: - name: Comment on PR with test results if: github.event_name == 'pull_request' && always() - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const fs = require('fs');