diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 17cffdd..2585441 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -30,7 +30,7 @@ jobs: run: cargo bench --workspace --no-fail-fast | tee bench-output.txt - name: Upload benchmark output - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: always() with: name: bench-output-${{ github.sha }}