We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db6e4bf commit dadb988Copy full SHA for dadb988
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Run coverage
40
if: matrix.python-version == '3.12' && matrix.toxenv == 'django42'
41
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
42
with:
43
flags: unittests
44
fail_ci_if_error: true
0 commit comments