diff --git a/.github/workflows/on-pull-request.yml b/.github/workflows/on-pull-request.yml index 22c5383494..3f8520ee0e 100644 --- a/.github/workflows/on-pull-request.yml +++ b/.github/workflows/on-pull-request.yml @@ -37,7 +37,7 @@ jobs: - name: Report Coverage #Dependabot user will only have read-only perms, so don't try to report coverage if: ${{ github.actor != 'dependabot[bot]' }} - uses: romeovs/lcov-reporter-action@v0.2.21 + uses: romeovs/lcov-reporter-action@v0.3.1 with: github-token: ${{ secrets.GITHUB_TOKEN }} lcov-file: ./coverage/lcov.info \ No newline at end of file