diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index a06842b7f..a61f25243 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -29,7 +29,7 @@ jobs: - name: Build the benchmark target(s) run: cargo codspeed build -p benchmarks --features all_features - name: Run the benchmarks - uses: CodSpeedHQ/action@v1 + uses: CodSpeedHQ/action@v2 with: run: cargo codspeed run working-directory: integration_tests # mimics how tests work, so the colors CSV can be found