From e324d3ed2c570d00bcfc790e1c6c2ff1160e81aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 13:47:14 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v7 --- .github/workflows/perf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index bc7b764841..e0ee5b9093 100644 --- a/.github/workflows/perf.yml +++ b/.github/workflows/perf.yml @@ -22,7 +22,7 @@ jobs: command: bench - name: Upload test report - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: perf-report path: ./target/criterion