From 70ed3740a6a4d0f904b7128c3e237ea26f93d39a Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 26 Mar 2026 15:42:38 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v6 --- .github/workflows/coverage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index bd5cab46..c0d9ecc6 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -78,7 +78,7 @@ jobs: cmd: '${{runner.workspace}}/build/google/cloud/functions/integration_tests/http_conformance' - name: coverage-upload - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v6 with: directory: ${{ runner.workspace }} token: ${{ vars.CODECOV_TOKEN }}