diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 349e5b0..3ba9d21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - run: npm build - run: npm run test:ci - name: codecov - uses: codecov/codecov-action@v1.0.5 + uses: codecov/codecov-action@v5.0.4 with: token: ${{secrets.codecov}} fail_ci_if_error: true