diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe27afd..9d42216 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - run: uv run ${{ matrix.extras }} --with Django~=${{ matrix.django-version }}.0 pytest - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} flags: python-${{ matrix.python-version }}-django-${{ matrix.django-version }}