From 4dcb78835de45ef6dc37d94a144c4533867c7535 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 20:34:13 -0800 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5 (#605) * chore(deps): update codecov/codecov-action action to v5 * Update .github/workflows/test.yaml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Allen Porter --- .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 e65df7b..75a34c5 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -37,7 +37,7 @@ jobs: run: | pip3 install pydantic==1.10.3 pytest --cov=gcal_sync --cov-report=xml - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5.0.1 with: token: ${{ secrets.CODECOV_TOKEN }} env_vars: OS,PYTHON