From c0a2ac04af11b36470303ea08bc2c3c3d88a8312 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 20:39:07 +0000 Subject: [PATCH] Update actions/upload-artifact action to v7 --- .github/workflows/benchmark-elaborate.yml | 4 ++-- .github/workflows/benchmark.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/benchmark-elaborate.yml b/.github/workflows/benchmark-elaborate.yml index c8dc237..26ce742 100644 --- a/.github/workflows/benchmark-elaborate.yml +++ b/.github/workflows/benchmark-elaborate.yml @@ -90,14 +90,14 @@ jobs: rm -f /tmp/individual_results.txt /tmp/batch_results.txt /tmp/individual_sorted.txt /tmp/batch_sorted.txt - name: Upload benchmark tables - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: benchmark-tables-elaborate-${{ github.sha }} path: benchmark_tables/ retention-days: 90 - name: Upload benchmark results - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: benchmark-results-elaborate-${{ github.sha }} path: target/criterion/ diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index da4d73b..b06c4c0 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -63,14 +63,14 @@ jobs: done - name: Upload benchmark tables - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: benchmark-tables-${{ github.sha }} path: benchmark_tables/ retention-days: 90 - name: Upload benchmark results - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: benchmark-results-${{ github.sha }} path: target/criterion/