diff --git a/.github/workflows/performance-monitor.yml b/.github/workflows/performance-monitor.yml index fe18cd2..8983a70 100644 --- a/.github/workflows/performance-monitor.yml +++ b/.github/workflows/performance-monitor.yml @@ -28,7 +28,7 @@ jobs: - name: Alert if slow if: steps.build.outputs.time > 30 || steps.build.outputs.size > 10485760 - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | github.rest.issues.create({