From ad95e2b210b29553521a782778797bf91f9abfa9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 10:39:02 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v6 --- .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 65de37d5..fe650002 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -64,7 +64,7 @@ jobs: - name: Run tests run: pnpm test:unit - name: Collect coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 if: success() with: files: ./coverage/lcov.info