Skip to content

Commit fb4855c

Browse files
chore: bump CodSpeedHQ/action from 3 to 4 (#1392)
* chore: bump CodSpeedHQ/action from 3 to 4 Bumps [CodSpeedHQ/action](https://github.com/codspeedhq/action) from 3 to 4. - [Release notes](https://github.com/codspeedhq/action/releases) - [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md) - [Commits](CodSpeedHQ/action@v3...v4) --- updated-dependencies: - dependency-name: CodSpeedHQ/action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * ci: use codspeed instrumentation mode --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: nick <[email protected]>
1 parent 6e1d32d commit fb4855c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,9 @@ jobs:
346346
run: cargo codspeed build -p c2pa --no-default-features --features rust_native_crypto
347347

348348
- name: Run the benchmarks
349-
uses: CodSpeedHQ/action@v3
349+
uses: CodSpeedHQ/action@v4
350350
with:
351+
mode: instrumentation
351352
run: cargo codspeed run
352353
token: ${{ secrets.CODSPEED_TOKEN }}
353354

0 commit comments

Comments
 (0)