From 340ce99674b736a95733d6f869b8054c242a6f47 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 18:33:28 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5.2.0 --- .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 25b7061b..5c14f68c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -33,7 +33,7 @@ jobs: - name: Test with pytest run: | pytest --cov=google_nest_sdm --cov-report=term-missing - - uses: codecov/codecov-action@v5.1.2 + - uses: codecov/codecov-action@v5.2.0 with: token: ${{ secrets.CODECOV_TOKEN }} env_vars: OS,PYTHON