diff --git a/.github/workflows/track_fork_pr_benchmarks.yml b/.github/workflows/track_fork_pr_benchmarks.yml index 8057384..e56035d 100644 --- a/.github/workflows/track_fork_pr_benchmarks.yml +++ b/.github/workflows/track_fork_pr_benchmarks.yml @@ -14,7 +14,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) { @@ -45,7 +45,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'); @@ -68,4 +68,4 @@ jobs: --err \ --github-actions '${{ secrets.GITHUB_TOKEN }}' \ --ci-number '${{ env.PR_NUMBER }}' \ - --file "$BENCHMARK_RESULTS" \ No newline at end of file + --file "$BENCHMARK_RESULTS"