Skip to content

Commit c111a42

Browse files
Update codecov/codecov-action action to v4.3.1 (#8572)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ba8bedd commit c111a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
- run: rustup component add llvm-tools
139139
- run: ./grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore "/*" --ignore "target/debug/build/**" -o target/coverage.lcov
140140

141-
- uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
141+
- uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # v4.3.1
142142
with:
143143
files: target/coverage.lcov
144144
env:

0 commit comments

Comments
 (0)