diff --git a/.github/workflows/coverage-comment.yml b/.github/workflows/coverage-comment.yml index 6d9d687..6418811 100644 --- a/.github/workflows/coverage-comment.yml +++ b/.github/workflows/coverage-comment.yml @@ -39,7 +39,7 @@ jobs: run: | echo "pr_number=$(cat ./NR)" >> $GITHUB_ENV - name: Generate code coverage report - uses: Nef10/lcov-reporter-action@v0.4.0 + uses: Nef10/lcov-reporter-action@v0.5.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} lcov-file: lcov.info