From 3788ea6f41f284bc2f70b4fb69acd9fd75aefc0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 09:14:04 -0700 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5 (#289) * chore(deps): update codecov/codecov-action action to v5 * Remove CODECOV_TOKEN --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Justin Hall --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec38add8..ee7bbf78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,9 +91,8 @@ jobs: run: npm run test:coverage - name: ☂ Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: - token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true build: