From 074190250e5d35f6bdb55ae7c73a2a8d4d1631ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 11:32:15 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4.1.0 --- .github/workflows/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 3d21a1a..871ffa9 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