From b1a4035995438d65cf098eddbb3c3e1c04762aae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 13:10:37 +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