diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5aebfdad..404c8638 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,7 +25,7 @@ jobs: - run: npm install - run: npm test - name: coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: name: actions ${{ matrix.node }} fail_ci_if_error: false @@ -39,7 +39,7 @@ jobs: - run: npm install - run: npm test - name: coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: name: actions windows fail_ci_if_error: false