From 288fc7cbf8bbc0a1ce027a8c6f945c2ba291d9af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 00:28:15 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v7 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 152b0a8..ad7b058 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -34,7 +34,7 @@ jobs: - name: Test with pytest run: | pytest --cov=google_health_api --cov-report=term-missing - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} env_vars: OS,PYTHON