diff --git a/.github/workflows/bot-bench-comment.yml b/.github/workflows/bot-bench-comment.yml index 229328aaa20f4e2fbde32ed516e29ae3b13abb18..65203e7f87892fc902e789124eec0c0018ff2e87 100644 --- a/.github/workflows/bot-bench-comment.yml +++ b/.github/workflows/bot-bench-comment.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download benchmarks artifact - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const run_id = context.payload.workflow_run.id; @@ -46,7 +46,7 @@ jobs: ls -la bench - name: Post comment - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: github-token: ${{ secrets.HOMEBREW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} script: |