diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5978a31..7e20dd3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: run: flutter test --coverage --reporter expanded - name: 📈 Upload Coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: files: ./coverage/lcov.info fail_ci_if_error: false