Skip to content

Commit 5c9f6d1

Browse files
authored
Merge pull request #64 from sir-gon/renovate/codecov-codecov-action-5.x
Update codecov/codecov-action action to v5
2 parents 5d36c81 + e30284b commit 5c9f6d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: make coverage
4646

4747
- name: Upload coverage reports to Codecov with GitHub Action
48-
uses: codecov/codecov-action@v4
48+
uses: codecov/codecov-action@v5
4949
with:
5050
directory: ./coverage
5151
files: coverage/lcov.info

0 commit comments

Comments
 (0)