From 6bb40f45bb863c44c2bb7a7c9091cdd91c25d744 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 04:14:22 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action from vv6.0.2 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 871478e..b22ea2a 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@v6 + uses: codecov/codecov-action@v7 with: files: ./target/site/jacoco/jacoco.xml