From b0cb5fbb0e03e4eebddd9965975392f85ec889f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 22:38:32 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action from vv5.5.5 to v7 --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 241ffd6..daba54b 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -28,6 +28,6 @@ jobs: - name: Run maven build run: mvn package -PprettierCheck -Dprettier.nodePath=node -Dprettier.npmPath=npm - name: codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: files: ./target/site/jacoco/jacoco.xml