From fbec98420535acf868464eb869ed7f8994c9f57b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 09:25:03 -0500 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v2 (#515) 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 7565092e..ab740533 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,5 +21,5 @@ jobs: if: matrix.sequelize-version == null - run: npm run test -- --coverage - name: Coverage - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2 if: matrix.node-version == '14.x' && matrix.sequelize-version == null