Skip to content

Commit 924cb6d

Browse files
chore(deps): update codecov/codecov-action action to v5
1 parent 6603489 commit 924cb6d

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
@@ -48,7 +48,7 @@ jobs:
4848
- name: Generate code coverage
4949
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
5050
- name: Upload coverage to Codecov
51-
uses: codecov/codecov-action@v4
51+
uses: codecov/codecov-action@v5
5252
with:
5353
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
5454
files: lcov.info

0 commit comments

Comments
 (0)