diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ccdb4a0..1d491f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: if: ${{ ! matrix.coverage }} - run: tox -e ${{ matrix.tox }} -- --cov-report=xml if: ${{ matrix.coverage }} - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 if: ${{ matrix.coverage }} with: token: ${{ secrets.CODECOV_TOKEN }}