diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67c067d5a..4eaab6a8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,7 +118,7 @@ jobs: - name: Comment coverage on PR if: github.event_name == 'pull_request' - uses: romeovs/lcov-reporter-action@v0.3.1 + uses: romeovs/lcov-reporter-action@v0.4.0 with: lcov-file: ./coverage/lcov.info github-token: ${{ secrets.GITHUB_TOKEN }}