From 409f312c1bfd9415cb7b8ba630bdacdcb4d8fffa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 00:40:09 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v6 --- .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 95419ecb..efd82349 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -42,7 +42,7 @@ jobs: git checkout yarn.lock - name: run tests run: yarn cover - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 if: ${{ always() }} with: token: ${{ secrets.CODECOV_TOKEN }}