From d91a71e99c656e4cddaaef2e96b7fa9f8ddcb397 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Apr 2022 10:26:50 +0200 Subject: [PATCH] chore(devdeps): update codecov/codecov-action action to v3 (#193) Co-authored-by: Renovate Bot --- .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 46b12eee..573a70bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: cache: 'pnpm' - run: pnpm install - run: pnpm run test:unit:coverage - - uses: codecov/codecov-action@v2.1.0 + - uses: codecov/codecov-action@v3.0.0 build: strategy: matrix: