diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1dc71611..9698d64b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -48,7 +48,7 @@ jobs: run: pytest --cov=./ --cov-report=xml - name: Upload code coverage to Codecov - uses: codecov/codecov-action@v5.1.1 + uses: codecov/codecov-action@v5.1.2 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml