From 2861371675b580700d39bd2eb5ffeba375322120 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 06:05:38 +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 }}