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/