diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f38963f..ef319be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: - run: npm ci - run: npm test - name: Codecov - uses: codecov/codecov-action@v3.1.4 + uses: codecov/codecov-action@v4.0.0 with: verbose: true