diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb5043fb0..b5071e1d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,7 +117,7 @@ jobs: python -m pytest tests -vv python -m coverage xml - name: Upload coverage - uses: codecov/codecov-action@v3.1.2 + uses: codecov/codecov-action@v3.1.3 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml