From 13ffc93d33487c5fe94d1355b1c312844e976230 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 5 Dec 2025 18:48:01 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7c43aaf3..c4027644 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,7 +20,7 @@ jobs: - run: npm ci - run: npm test - name: coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: name: actions ${{ matrix.node }} windows: