From 4d111c3b9b3c9a38c98c14dfb678b64950648248 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 02:26:25 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v6 --- .github/workflows/_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_tests.yaml b/.github/workflows/_tests.yaml index 37bceaf2..33d81b2a 100644 --- a/.github/workflows/_tests.yaml +++ b/.github/workflows/_tests.yaml @@ -73,7 +73,7 @@ jobs: matrix.python-version == '3.14' && env.CODECOV_TOKEN != '' }} - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ env.CODECOV_TOKEN }} files: coverage-integration.xml