diff --git a/.github/workflows/report-coverage.yml b/.github/workflows/report-coverage.yml index 37981f1d..4ae80027 100644 --- a/.github/workflows/report-coverage.yml +++ b/.github/workflows/report-coverage.yml @@ -47,7 +47,7 @@ jobs: with: ref: ${{ env.PR_SHA }} - name: Upload coverage artifact and post comment - uses: mbta/github-actions-report-lcov@v1 + uses: mbta/github-actions-report-lcov@v4 with: github-token: ${{ secrets.GITHUB_TOKEN }} coverage-files: ${{ runner.temp }}/cover/lcov*.info