diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 669c21c..884fd6e 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -30,7 +30,7 @@ jobs: run: cargo bench --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 }}