Skip to content

Commit 5f23893

Browse files
chore(deps): update codecov/codecov-action action to v6 (#193)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f498033 commit 5f23893

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Test with pytest and generate coverage file
3939
run: tox -e py
4040
- name: Upload coverage report to codecov
41-
uses: codecov/codecov-action@v5
41+
uses: codecov/codecov-action@v6
4242
if: success()
4343
with:
4444
file: coverage.xml

0 commit comments

Comments
 (0)