diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b833e42..11a6df5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -225,7 +225,7 @@ jobs: run: pnpm bench:ci - name: Upload benchmark artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: benchmark-results path: .artifacts/benchmarks/*.json