Skip to content

Commit da1d50c

Browse files
Update codecov/codecov-action action to v5
1 parent acd0ca7 commit da1d50c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
PYTHONDEVMODE=1 pytest -v -ra --cov=murfey --cov-report=xml --cov-branch
109109
110110
- name: Upload to Codecov
111-
uses: codecov/codecov-action@v4
111+
uses: codecov/codecov-action@v5
112112
with:
113113
name: ${{ matrix.python-version }}
114114
files: coverage.xml

0 commit comments

Comments
 (0)