From e67dbf31638c7d1f88d991d5ed72c7e37fc6b9a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 20:25:41 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v6.0.1 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa3fd6d7..192ea22c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -128,7 +128,7 @@ jobs: run: uv run --locked pytest --cov-report=xml - name: Upload coverage report - uses: codecov/codecov-action@v6.0.0 + uses: codecov/codecov-action@v6.0.1 with: env_vars: OS,PYTHON disable_search: true