diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 4f80c8107..f17d5ffae 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -37,7 +37,7 @@ jobs: run: poetry install --extras "all" - name: Run benchmarks - uses: CodSpeedHQ/action@v4 + uses: CodSpeedHQ/action@v5 with: mode: walltime run: poetry run pytest benchmarks/ --codspeed