Skip to content

Commit 136c6ca

Browse files
authored
Merge pull request #549 from saimn/dependabot/github_actions/dot-github/workflows/actions-7980569b8c
Bump codecov/codecov-action from 5 to 6 in /.github/workflows in the actions group
2 parents 21ddc7c + dbf0dd7 commit 136c6ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Convert coverage
4141
run: python -m coverage xml
4242
- name: Upload coverage to Codecov
43-
uses: codecov/codecov-action@v5
43+
uses: codecov/codecov-action@v6
4444
with:
4545
fail_ci_if_error: true
4646
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)