diff --git a/.github/workflows/fleather.yml b/.github/workflows/fleather.yml index 5784f181..0fa807f2 100644 --- a/.github/workflows/fleather.yml +++ b/.github/workflows/fleather.yml @@ -59,7 +59,7 @@ jobs: run: flutter test --coverage - name: Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: ./packages/fleather/coverage/lcov.info,./packages/parchment/coverage/lcov.info fail_ci_if_error: true