Skip to content

Commit 5491db5

Browse files
authored
Fix python-unittest.yaml (#950)
1 parent 69129eb commit 5491db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-unittests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Run tests
4040
run: pytest --cov=./ --cov-report=xml
4141
- name: Upload coverage to Codecov
42-
uses: codecov/codecov-action@v3
42+
uses: codecov/codecov-action@v4
4343
with:
4444
token: ${{ secrets.CODECOV_TOKEN }}
4545
env_vars: OS,PYTHON

0 commit comments

Comments
 (0)