From fd692a87f30a8ca3c93336b22c5718a802ab95be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 22:16:12 +0000 Subject: [PATCH] Update GitHub Artifact Actions --- .github/workflows/bench-comment.yml | 2 +- .github/workflows/bench-compare.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bench-comment.yml b/.github/workflows/bench-comment.yml index 684c756..ffd3e67 100644 --- a/.github/workflows/bench-comment.yml +++ b/.github/workflows/bench-comment.yml @@ -27,7 +27,7 @@ jobs: if: github.event.workflow_run.event == 'pull_request' steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: name: bench-comment run-id: ${{ github.event.workflow_run.id }} diff --git a/.github/workflows/bench-compare.yml b/.github/workflows/bench-compare.yml index 829f9b8..fff8cc2 100644 --- a/.github/workflows/bench-compare.yml +++ b/.github/workflows/bench-compare.yml @@ -68,7 +68,7 @@ jobs: cp "$RUNNER_TEMP/bench-comment.md" "$RUNNER_TEMP/comment-artifact/bench-comment.md" echo "${{ github.event.pull_request.number }}" > "$RUNNER_TEMP/comment-artifact/pr-number.txt" - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 if: always() && steps.checkout.outcome == 'success' with: name: bench-comment