From 712657164d0f9a09a3ef117a97b56350aa0e8efc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 May 2023 12:00:23 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v3.1.4 --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 2e55937..71555df 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -34,6 +34,6 @@ jobs: working-directory: ./scripts # Upload coverage to Codecov.io - name: Codecov - uses: codecov/codecov-action@v3.1.0 + uses: codecov/codecov-action@v3.1.4 with: directory: ./coverage