From be1cc89694e3e05cc914de34e9bd354a95d0b7ef Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sun, 7 Jun 2026 03:04:20 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v7 --- .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..98a80810 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@v7 with: directory: ${{ runner.workspace }} token: ${{ vars.CODECOV_TOKEN }}