From 4fc3d8aa2cb297c9a5a1df40a7630041e0a819d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 13:24:41 +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