From c258cf083d06e01654ce5720453a294e8ad80fad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 23:12:37 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4.2.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 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