From d087d6966408431e273b0f23b2ab934b92a52962 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 31 Jan 2024 22:59:56 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4 --- .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 a161cc7..cec8052 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: - run: npm ci - run: npm test - name: coverage - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v4 with: name: actions ${{ matrix.node }} windows: