diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b391ea0f..39a47c6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - run: uv run --with Django~=${{ matrix.django-version }}.0 pytest -m "not selenium" - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} flags: python-${{ matrix.python-version }} @@ -76,7 +76,7 @@ jobs: - uses: actions/checkout@v6 - uses: astral-sh/setup-uv@v7 - run: uv run pytest -m selenium - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} flags: selenium-${{ matrix.os }}