Skip to content

Commit 1590b3a

Browse files
committed
GH-15 # Update codecov-action
1 parent 3b7011f commit 1590b3a

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
@@ -23,7 +23,7 @@ jobs:
2323
- name: Generate code coverage
2424
run: cargo tarpaulin --verbose --all-features --workspace --timeout 120 --out xml
2525
- name: Upload coverage report to codecov.io
26-
uses: codecov/codecov-action@v4
26+
uses: codecov/codecov-action@v5
2727
with:
2828
token: ${{ secrets.CODECOV_TOKEN }} # required
2929
fail_ci_if_error: true

0 commit comments

Comments
 (0)