Skip to content

Commit cc4b533

Browse files
Merge pull request #1841 from kristof-mattei/renovate/codecov-codecov-action-5.x
chore(deps): update codecov/codecov-action action to v5.4.2
2 parents c303e16 + 80378ea commit cc4b533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ jobs:
357357
grcov $(find profiling -name "profile-*.profraw" -print) --source-dir . --binary-path ./target/debug/ --output-type lcov --branch --ignore-not-existing --llvm --keep-only "src/**" --keep-only "tests/**" --output-path ./reports/lcov.info
358358
359359
- name: Upload coverage results (to Codecov.io)
360-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
360+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
361361
with:
362362
disable_search: true
363363
fail_ci_if_error: true

0 commit comments

Comments
 (0)