From 9d7fb3ca779277106f76995e9540e3cffd972739 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Apr 2022 13:15:51 +0200 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v3 (#1077) --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index dca992be6..911e83d3d 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -88,7 +88,7 @@ jobs: run: yarn test --coverage env: CI: true - - uses: codecov/codecov-action@v2 + - uses: codecov/codecov-action@v3 if: always() test-os: name: Test on ${{ matrix.os }} using Node.js LTS @@ -111,7 +111,7 @@ jobs: run: yarn test --coverage env: CI: true - - uses: codecov/codecov-action@v2 + - uses: codecov/codecov-action@v3 if: always() docs: