From 44f0ce3ca442c28980eb3559d1f7c02ce1bdec25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 21:32:15 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v6 --- .github/workflows/reusable-unit-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-unit-test.yml b/.github/workflows/reusable-unit-test.yml index 9864d58..4bf4b28 100644 --- a/.github/workflows/reusable-unit-test.yml +++ b/.github/workflows/reusable-unit-test.yml @@ -45,7 +45,7 @@ jobs: - run: ${{ inputs.package-manager }} run lint - run: ${{ inputs.package-manager }} run test # upload report to codecov - - uses: codecov/codecov-action@v2 + - uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }}