From b1ea57b9a9e354f25338d1ae58dd6b73a4581a3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 21:56:05 +0000 Subject: [PATCH] [client-python] chore(deps): update codecov/codecov-action action to v6 --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index e4fe6b2..f6cb0b0 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -37,7 +37,7 @@ jobs: - name: Upload coverage to Codecov if: ${{ !cancelled() && hashFiles('coverage.xml') != '' }} - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} flags: connectors