Skip to content

Commit e921eb3

Browse files
chore(deps): update codecov/codecov-action action to v5
1 parent 071d156 commit e921eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@v1
41+
uses: codecov/codecov-action@v5
4242
if: success()
4343
with:
4444
file: coverage.xml

0 commit comments

Comments
 (0)