Skip to content

Commit 86ce918

Browse files
committed
Updated codecov-action to v5.
1 parent aa719e8 commit 86ce918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
lcov --remove coverage.info '/usr/*' --output-file coverage.info # filter system-files
7272
lcov --list coverage.info # debug info
7373
- name: Upload coverage to Codecov
74-
uses: codecov/codecov-action@v3
74+
uses: codecov/codecov-action@v5
7575
with:
7676
files: build/coverage.info
7777
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)