From 78d2d4667ea0757c42c622479387e9354a0c5bbc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 19:54:18 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5.1.2 --- .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 4f19991..9121e23 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@v5.0.7 + uses: codecov/codecov-action@v5.1.2 with: token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file