From 277b9f202604e0a2b4f2e5c8ac1bddb693d2bc41 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 07:16:58 +0000 Subject: [PATCH] Update codecov/codecov-action action to v3.1.6 --- .github/workflows/unit-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 52aaa0b..7c9627d 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -28,4 +28,4 @@ jobs: - name: npm test run: npm test - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3.1.4 \ No newline at end of file + uses: codecov/codecov-action@v3.1.6 \ No newline at end of file