diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e31bbb76..8773c967 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -124,7 +124,7 @@ jobs: python -m pytest tests -vv python -m coverage xml - name: Upload coverage - uses: codecov/codecov-action@v2.0.3 + uses: codecov/codecov-action@v2.1.0 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml