diff --git a/.github/workflows/benchmark_pr_track.yml b/.github/workflows/benchmark_pr_track.yml index 22c830a434..3dbfd9cf30 100644 --- a/.github/workflows/benchmark_pr_track.yml +++ b/.github/workflows/benchmark_pr_track.yml @@ -18,7 +18,7 @@ jobs: PR_EVENT: event.json steps: - name: Download Benchmark Results - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | async function downloadArtifact(artifactName) { @@ -49,7 +49,7 @@ jobs: unzip $BENCHMARK_RESULTS.zip unzip $PR_EVENT.zip - name: Export PR Event Data - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | let fs = require('fs');