diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a3c1aa7..af48ff49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: - run: python -m pip install Django~="${{ matrix.django-version }}.0" - run: python -m pip install -e .[test] - run: python -m pytest -m "not selenium" - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 Selenium: needs: @@ -109,4 +109,4 @@ jobs: - run: python -m pip install Django - run: python -m pip install -e .[test,selenium] - run: python -m pytest -m selenium - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5