diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4547c29..35816d0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,7 +109,7 @@ jobs: pixi run -e ${{ matrix.env }} tests --cov-report=xml - name: Upload code coverage to Codecov - uses: codecov/codecov-action@v6.0.0 + uses: codecov/codecov-action@v6.0.1 with: token: "${{ secrets.CODECOV_TOKEN }}" files: ./coverage.xml