Skip to content

Commit f99b6ab

Browse files
authored
Merge pull request #1478 from rust-osdev/renovate/codecov-codecov-action-5.x
chore(deps): update codecov/codecov-action action to v5
2 parents 07c3cc2 + 8ba3867 commit f99b6ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
- name: Generate code coverage
202202
run: cargo xtask cov --lcov
203203
- name: Upload code coverage
204-
uses: codecov/codecov-action@v4
204+
uses: codecov/codecov-action@v5
205205
env:
206206
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
207207
with:

0 commit comments

Comments
 (0)