From 453a84bba2948704b69b46ed887bc5d696da76fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 01:42:47 +0000 Subject: [PATCH] build(deps): bump codecov/codecov-action from 5.0.7 to 5.1.2 (#384) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 90238826..03046ab1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,7 +40,7 @@ jobs: run: npm test - name: "unit(test): upload coverage to CodeCov" - uses: codecov/codecov-action@v5.0.7 + uses: codecov/codecov-action@v5.1.2 with: directory: ./coverage token: ${{ secrets.CODECOV_TOKEN }}