Skip to content

Commit 6b29dba

Browse files
committedDec 5, 2024··
chore(ci): upgrade to v5
1 parent e4a9ce1 commit 6b29dba

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)
Please sign in to comment.