Skip to content

Commit a91135c

Browse files
Merge pull request #551 from kristof-mattei/renovate/codecov-codecov-action-5.x
chore(deps): update codecov/codecov-action action to v5.3.1
2 parents eefd425 + ace1d78 commit a91135c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
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@0da7aa657d958d32c117fc47e1f977e7524753c7 # v5.3.0
360+
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
361361
with:
362362
disable_search: true
363363
fail_ci_if_error: true

0 commit comments

Comments
 (0)