diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4cc192ec..99a329b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - name: Upload coverage to CodeCov if: matrix.python-version == '3.11' && matrix.toxenv == 'django42' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: file: ./coverage.xml fail_ci_if_error: true