From 50cd6c4026a792eedf3035c7e5587ff8398fd1b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Aug 2023 10:55:56 +0100 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v3 (#582) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33d4ce00..8619949d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - run: npm run lint - run: npm test -- --coverage - name: Coverage - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 - name: Setup node 14 uses: actions/setup-node@v2 with: