Skip to content

Commit 8fc158a

Browse files
committed
Update codecov-action to the latest v4
1 parent d2c27c5 commit 8fc158a

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
@@ -96,7 +96,7 @@ jobs:
9696
-o ./coverage.lcov
9797
- name: Upload coverage to codecov.io
9898
if: runner.os == 'Linux'
99-
uses: codecov/codecov-action@v2
99+
uses: codecov/codecov-action@v4
100100
with:
101101
files: ./coverage.lcov
102102
flags: unittests

0 commit comments

Comments
 (0)