We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aea4c8e + ba542d2 commit 1a972b0Copy full SHA for 1a972b0
1 file changed
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
46
- name: Run Coverage
47
if: matrix.python-version == '3.12' && matrix.toxenv=='django42-celery53-drflatest'
48
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
49
with:
50
token: ${{ secrets.CODECOV_TOKEN }}
51
flags: unittests
0 commit comments