diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 97d3d8e..079408e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,7 +25,7 @@ jobs: - run: npm test - run: npm run coverage if: matrix.node == env.node - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 if: matrix.node == env.node with: fail_ci_if_error: false