Skip to content

Commit 15f9b59

Browse files
Merge pull request #52 from jon-the-dev/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 4 to 6
2 parents ad3b964 + 19e38e6 commit 15f9b59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
- name: Upload coverage to Codecov
5353
if: matrix.python-version == '3.12'
54-
uses: codecov/codecov-action@v4
54+
uses: codecov/codecov-action@v6
5555
with:
5656
file: ./coverage.xml
5757
fail_ci_if_error: false

0 commit comments

Comments
 (0)