From 3c5d80455517e8b24df47433e9ff6be0750c9a69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 May 2025 22:30:31 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5.4.3 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e214216..57724c3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,6 +24,6 @@ jobs: - run: yarn install - run: npm run test:cov - name: Codecov - uses: codecov/codecov-action@v5.1.2 + uses: codecov/codecov-action@v5.4.3 - run: npm run benchmark