From ef473fd84caaa7c759cf00982401d2d39bd5d177 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 16:24:42 +0000 Subject: [PATCH] chore: update codecov/codecov-action action to v5 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44ad520..12892d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: run: yarn test --coverage - name: codecov - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v5 - name: Build run: yarn run build