Skip to content

Commit 0dba857

Browse files
authored
Merge pull request #625 from sir-gon/renovate/codecov-codecov-action-5.x
Update codecov/codecov-action action to v5
2 parents ab05f94 + b02d79f commit 0dba857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
python3 -m coverage lcov -o coverage/lcov.info
5353
5454
- name: Upload coverage reports to Codecov with GitHub Action
55-
uses: codecov/codecov-action@v4
55+
uses: codecov/codecov-action@v5
5656
with:
5757
token: ${{ secrets.CODECOV_TOKEN }} # required
5858
verbose: true # optional (default = false)

0 commit comments

Comments
 (0)