We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa06ef commit b7453eeCopy full SHA for b7453ee
1 file changed
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
run: make test
35
- name: Upload coverage
36
if: matrix.django-version == 'pinned'
37
- uses: codecov/codecov-action@v6
+ uses: codecov/codecov-action@v7
38
with:
39
token: ${{ secrets.CODECOV_TOKEN }}
40
fail_ci_if_error: false
0 commit comments