From 85329702250d4996c5504c25b887a5ed58aa116a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 19:47:07 +0000 Subject: [PATCH] chore: Bump mbta/github-actions-report-lcov from 1 to 4 Bumps [mbta/github-actions-report-lcov](https://github.com/mbta/github-actions-report-lcov) from 1 to 4. - [Release notes](https://github.com/mbta/github-actions-report-lcov/releases) - [Commits](https://github.com/mbta/github-actions-report-lcov/compare/v1...v4) --- updated-dependencies: - dependency-name: mbta/github-actions-report-lcov dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/report-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/report-coverage.yml b/.github/workflows/report-coverage.yml index 37981f1df..4ae800271 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