diff --git a/.github/workflows/codspeed.yml b/.github/workflows/codspeed.yml index 92fc9b05..bdb1b114 100644 --- a/.github/workflows/codspeed.yml +++ b/.github/workflows/codspeed.yml @@ -30,7 +30,7 @@ jobs: - name: Build the benchmark target(s) run: cargo codspeed build -p ${{ matrix.package }} --all-features - name: Run the benchmarks - uses: CodSpeedHQ/action@v4 + uses: CodSpeedHQ/action@v5 with: mode: simulation run: cargo codspeed run # only runs the built benchmarks