Skip to content

Commit b02d79f

Browse files
Update codecov/codecov-action action to v5
1 parent ab05f94 commit b02d79f

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)