From e8b8367a282422b1cdf465d16c4bb3ff9914908b Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 31 Jan 2024 18:15:06 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 68df108..3737fd4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: - run: npm install - run: npm test - name: coverage - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v4 with: name: actions ${{ matrix.node }} windows: @@ -32,7 +32,7 @@ jobs: - run: npm install - run: npm test - name: coverage - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v4 with: name: actions windows lint: