diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f38963f..4645a3f 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.3.1 with: verbose: true