diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8123f0dc73..db3d2fdfa1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -281,7 +281,7 @@ jobs: echo "This PR changes production code in \`src/\`, \`open-sse/\`, \`electron/\`, or \`bin/\` without accompanying automated tests." fi } > .artifacts/pr-coverage-comment.md - - uses: actions/github-script@v8 + - uses: actions/github-script@v9 with: script: | const fs = require("fs");