From 605c2085f7c71ba90c5ef9f155d4d86f274b62ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 14:23:49 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v6 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bc219afbd..ef532f6ab 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -476,7 +476,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.python-version == '3.12' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: ./coverage.xml fail_ci_if_error: false