From 19e783306c31494e05bdbcb7ab754738dbb32d37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 03:00:38 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5 --- .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 f93c314..e12d7f4 100644 --- a/.github/workflows/reusable-unit-test.yml +++ b/.github/workflows/reusable-unit-test.yml @@ -45,7 +45,7 @@ jobs: - run: npm run lint - run: npm run test # upload report to codecov - - uses: codecov/codecov-action@v2 + - uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }}