diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02754aea2..8d4ba89c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,7 +109,7 @@ jobs: sleep 1 python -X dev -m pytest tests -v --cov --cov-report xml -rs - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} flags: unittests