From a25b926aa18f151b778632c2e3de43a000542f19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 12:34:28 +0100 Subject: [PATCH] chore(deps): bump codecov/codecov-action from 2 to 3 (#191) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/node.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.yaml b/.github/workflows/node.yaml index 368be616..fe745d65 100644 --- a/.github/workflows/node.yaml +++ b/.github/workflows/node.yaml @@ -61,7 +61,7 @@ jobs: env: CI: true - name: Send coverage - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 if: matrix.node-version == '18.x' - name: Check docs generation if: matrix.node-version == '18.x'