Skip to content

Commit 729e8b4

Browse files
chore(deps): update codecov/codecov-action action to v5.3.0
1 parent b9130e7 commit 729e8b4

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@5a605bd92782ce0810fa3b8acc235c921b497052 # v5.2.0
360+
uses: codecov/codecov-action@0da7aa657d958d32c117fc47e1f977e7524753c7 # v5.3.0
361361
with:
362362
disable_search: true
363363
fail_ci_if_error: true

0 commit comments

Comments
 (0)