We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e453817 commit 3b5907aCopy full SHA for 3b5907a
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
40
- name: Run coverage
41
if: matrix.python-version == '3.8' && matrix.toxenv == 'django42-celery53-drflatest'
42
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
43
with:
44
token: ${{ secrets.CODECOV_TOKEN }}
45
flags: unittests
0 commit comments