diff --git a/.github/workflows/commentBenchResult.yml b/.github/workflows/commentBenchResult.yml index 6476129ce..7000371c6 100644 --- a/.github/workflows/commentBenchResult.yml +++ b/.github/workflows/commentBenchResult.yml @@ -17,7 +17,7 @@ jobs: with: deno-version: v1.x - name: Download Commit Data Artifact - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | let allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({ @@ -41,7 +41,7 @@ jobs: run: unzip commitData.zip - name: Download Result Artifact - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | let allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({ @@ -73,7 +73,7 @@ jobs: echo "EOF" >> $GITHUB_ENV - name: "Comment on PR" - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |