We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c28c61e + 3dd1eb6 commit c6605a5Copy full SHA for c6605a5
1 file changed
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Run coverage
38
if: matrix.python-version == '3.12' && matrix.toxenv == 'django42'
39
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
40
with:
41
token: ${{ secrets.CODECOV_TOKEN }}
42
flags: unittests
0 commit comments