From 811b092d8756b1630eef4779d3808c9792e2cf0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 23:21:36 +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 dc0ba42..6bd075f 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -27,6 +27,6 @@ jobs: run: python -m pytest tests/ -v --cov --cov-report=xml --cov-report=html - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4.1.1 + uses: codecov/codecov-action@v4.2.0 with: token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file