diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 381bd50..da04a04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: - name: Test coverage run: | poetry run pytest - - uses: codecov/codecov-action@v3.1.1 + - uses: codecov/codecov-action@v3.1.4 with: token: ${{secrets.CODECOV}} file: ./coverage.xml