diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a9d26f5..62d5e809 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,4 +91,4 @@ jobs: - run: python -m pip install .[test] - run: python -m pip install Django~="${{ matrix.django-version }}.0" - run: python -m pytest - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v5