diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 71abe63..65aa88b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -72,7 +72,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@v5 + uses: codecov/codecov-action@v6 with: fail_ci_if_error: true file: coverage.lcov