diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index dff3e5f..1a26cf9 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.1.1 + uses: codecov/codecov-action@v4.2.0 with: token: ${{ secrets.CODECOV_TOKEN }} slug: billsioros/querpyable