From bce29716a0af34cf20633591fcf0914dfee3d5ec Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 9 Mar 2021 17:26:43 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v1.2.2 --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 0251b18b9..5c3136e03 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -82,7 +82,7 @@ jobs: run: yarn test --coverage ${{ matrix.eslint-version >= 6 }} env: CI: true - - uses: codecov/codecov-action@v1.2.1 + - uses: codecov/codecov-action@v1.2.2 if: ${{ matrix.eslint-version >= 6 }} test-os: name: Test on ${{ matrix.os }} using Node.js LTS