Skip to content

Commit 9af1c9a

Browse files
authored
Fix python-unittest.yaml
1 parent bfce4bd commit 9af1c9a

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)