diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6beb4819..55776ab5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: pixi run -e ${{ matrix.env }} tests --cov-report=xml - name: Upload code coverage to Codecov - uses: codecov/codecov-action@v5.4.3 + uses: codecov/codecov-action@v5.5.0 with: token: "${{ secrets.CODECOV_TOKEN }}" files: ./coverage.xml