Skip to content

Commit 6a132ca

Browse files
Update codecov/codecov-action action to v5
1 parent 48ca66b commit 6a132ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
pytest --cov=qsurface tests/ --cov-report=xml -m "not plotting"
4343
- name: Upload coverage to Codecov
44-
uses: codecov/codecov-action@v1
44+
uses: codecov/codecov-action@v5
4545
with:
4646
file: ./coverage.xml
4747
flags: unittests

0 commit comments

Comments
 (0)