From 2c8390863f166a597f09213052a04f8fa0b8b111 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 03:04:16 +0000 Subject: [PATCH] ci(deps): bump actions/upload-artifact from 6 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmarks.yml | 4 ++-- .github/workflows/publish.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 57a26a7..c9cd807 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -65,7 +65,7 @@ jobs: --benchmark-warmup=on - name: Upload current results - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: bench-current path: .benchmarks/current/result.json @@ -74,7 +74,7 @@ jobs: # On a push to main, this run becomes the new baseline. - name: Publish as baseline (main only) if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: bench-baseline path: .benchmarks/current/result.json diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f81000c..cce3b31 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -163,7 +163,7 @@ jobs: twine upload dist/* - name: Upload build artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: failure() with: name: dist