From 4b0b5495dd5785c34340188104b247a21eb41cff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Oct 2021 15:14:53 -0500 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v2 (#784) Co-authored-by: Renovate Bot --- .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