diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f1cd92..f71b012 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -262,7 +262,7 @@ jobs: run: pnpm bench:ci - name: Upload benchmark artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: benchmark-results path: .artifacts/benchmarks/*.json