diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a3746728..75af0c29 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@v4.0.1 + uses: codecov/codecov-action@v4.0.2 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml