Skip to content

Commit 35e5ab7

Browse files
authored
Merge pull request #1633 from rust-osdev/renovate/codecov-codecov-action-5.x
chore(deps): update codecov/codecov-action action to v5.4.2
2 parents 27487c2 + 8c45bd7 commit 35e5ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
- name: Generate code coverage
201201
run: cargo xtask cov --lcov
202202
- name: Upload code coverage
203-
uses: codecov/codecov-action@v5.3.1
203+
uses: codecov/codecov-action@v5.4.2
204204
env:
205205
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
206206
with:

0 commit comments

Comments
 (0)