From e39a41b330d2b2b42d657cd5564a8363867d2e66 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 20:25:22 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5.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 4f19991..353086f 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.0 with: token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file