From 15a8aa006d13717cd931c5d2124d4f4ac0b9659f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 19 Jul 2021 16:06:06 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v2 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a631c6ca8..ecc7269e8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,6 +27,6 @@ jobs: - run: npm test - run: npm run coverage - name: Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2 with: env_vars: OS, NODE_VERSION \ No newline at end of file