From 6a134bc8ddfd5cd469fcb514bf668a02a7d4e4be Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 13 Sep 2021 13:55:58 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v2.1.0 --- .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 779bb284f..5129ba5c7 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -87,7 +87,7 @@ jobs: run: yarn test --coverage ${{ matrix.eslint-version >= 6 }} env: CI: true - - uses: codecov/codecov-action@v2.0.3 + - uses: codecov/codecov-action@v2.1.0 if: ${{ matrix.eslint-version >= 6 }} test-os: name: Test on ${{ matrix.os }} using Node.js LTS