From 88815d2ae0ff7ddd60c80b7b38059717bacf6e60 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 15 Sep 2023 00:00:55 +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 fa63ff16..bc242929 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@v3 + uses: codecov/codecov-action@v4 with: name: actions ${{ matrix.node }} windows: