diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 2a2eb5b3..5781a7b6 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -205,7 +205,7 @@ jobs: - name: Comment Performance Results on PR if: github.event_name == 'pull_request' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const fs = require('fs'); @@ -383,7 +383,7 @@ jobs: fi - name: Comment Regression Analysis - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const fs = require('fs');