From ede9a3ac21a0110906355cead93c8a1cc855f7a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:01:54 +0530 Subject: [PATCH] chore(deps): update actions/github-script action to v7 (#1729) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/benchmark_pr_track.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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');