diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb502a8..ee3932e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - name: run tests run: npm run test - name: coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v6 if: github.actor != 'dependabot[bot]' with: fail_ci_if_error: true