diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 8a7468f7..2ab1f8ae 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -33,7 +33,7 @@ jobs: run: | poetry run python -m pytest -p no:sugar --cov=./src/querpyable --cov-report=xml - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4.1.0 with: token: ${{ secrets.CODECOV_TOKEN }} slug: billsioros/querpyable