Skip to content

Commit 8a6f0f9

Browse files
Update codecov/codecov-action action to v5
1 parent 527be7c commit 8a6f0f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Run test suite
6767
run: tox -e django${{ matrix.django }}-py${{ matrix.py }} --skip-pkg-install
6868
- name: Upload coverage to Codecov
69-
uses: codecov/codecov-action@v4.5.0
69+
uses: codecov/codecov-action@v5.0.6
7070
with:
7171
file: ./coverage.xml
7272
fail_ci_if_error: true

0 commit comments

Comments
 (0)