diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af4fc670..5451c25d 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@v5.5.3 + uses: codecov/codecov-action@v6.0.0 with: token: "${{ secrets.CODECOV_TOKEN }}" files: ./coverage.xml