diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index edb2a78..1f1ae8a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,7 +88,7 @@ jobs: run: task bench | tee bench-results.txt - name: Upload benchmark results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: bench-results path: bench-results.txt