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