diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c13c09d4..49862cfb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -66,7 +66,7 @@ jobs: - name: Build coverage report run: ./node_modules/.bin/nyc report --reporter text-lcov > coverage.lcov - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: fail_ci_if_error: true file: coverage.lcov