Skip to content

Commit

Permalink
Update codecov-action to the latest v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingun committed Mar 31, 2024
1 parent d2c27c5 commit 8fc158a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
-o ./coverage.lcov
- name: Upload coverage to codecov.io
if: runner.os == 'Linux'
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
files: ./coverage.lcov
flags: unittests
Expand Down

0 comments on commit 8fc158a

Please sign in to comment.