diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 73a10f1..f29921a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,7 +41,7 @@ jobs: run: dart test - name: Collect coverage - uses: romeovs/lcov-reporter-action@v0.3.1 + uses: romeovs/lcov-reporter-action@v0.4.0 if: github.event_name == 'pull_request' with: lcov-file: ./coverage/lcov.info