Skip to content

Commit bc16197

Browse files
authored
Update codecov action (#473)
1 parent 6f44635 commit bc16197

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pydna_test_and_coverage_workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ jobs:
109109
# ======================================================
110110
- name: 🔼 Upload coverage to Codecov
111111
if: (matrix.codecov)
112-
uses: codecov/codecov-action@v4
112+
uses: codecov/codecov-action@v5
113113
with:
114-
file: ./coverage.xml
114+
files: ./coverage.xml
115115
token: ${{ secrets.CODECOV_TOKEN }}
116116
env_vars: OS,PYTHON
117117
name: codecov-umbrella

0 commit comments

Comments
 (0)