Skip to content

Commit 490decb

Browse files
Update codecov/codecov-action action to v6 (#770)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9c1a0c4 commit 490decb

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
@@ -129,7 +129,7 @@ jobs:
129129
PYTHONDEVMODE=1 pytest -v -ra --cov=murfey --cov-report=xml --cov-branch
130130
131131
- name: Upload test results to Codecov
132-
uses: codecov/codecov-action@v5
132+
uses: codecov/codecov-action@v6
133133
with:
134134
name: ${{ matrix.python-version }}
135135
files: coverage.xml

0 commit comments

Comments
 (0)