Skip to content

Commit d0a17c7

Browse files
Merge pull request #40 from codecov/update-to-v5
chore(ci): upgrade to v5
2 parents e4a9ce1 + 6b29dba commit d0a17c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-standard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
pytest --cov=./ --cov-report=xml
3232
- name: Upload to Codecov
33-
uses: codecov/codecov-action@v4
33+
uses: codecov/codecov-action@v5
3434
env:
3535
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}
3636
- name: Check coverage values

0 commit comments

Comments
 (0)