From a1da173b8b352e096d1171d406d6fe382031e3af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 23:19:11 +0900 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4 (#1066) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fe919b7..1965b69 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -66,7 +66,7 @@ jobs: name: coverage-${{ matrix.os }} path: coverage - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 - name: Run ncc run: npm run build