diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 882cdbfcd..8fcaf6765 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -45,7 +45,7 @@ jobs: run: | npm run test:coverage-report - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: ./coverage.lcov fail_ci_if_error: false