diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 70f27b5..73a10f1 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.2.16 + uses: romeovs/lcov-reporter-action@v0.3.1 if: github.event_name == 'pull_request' with: lcov-file: ./coverage/lcov.info