chore: fix codecov action error

This commit is contained in:
Leangseu Kim
2024-04-12 11:20:42 -04:00
parent 5f56828bda
commit 108636761c

View File

@@ -18,6 +18,7 @@ jobs:
node-version: ${{ env.NODE_VER }}
- run: make validate.ci
- name: Upload coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}