From 98bcefa2dc5cfa773ddc631af06593360fe02317 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 25 Oct 2023 21:26:18 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v3 --- .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..bd6bffd 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@v3 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@v3 with: name: actions windows lint: