From 85c838a5997a4c3d78fd459e203bda15105c9a43 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 04:44:26 +0000 Subject: [PATCH] Update codecov/codecov-action action to v7 --- .github/workflows/ubuntu-maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu-maven.yml b/.github/workflows/ubuntu-maven.yml index 37a85e06..02f3ea1f 100644 --- a/.github/workflows/ubuntu-maven.yml +++ b/.github/workflows/ubuntu-maven.yml @@ -45,7 +45,7 @@ jobs: mvn -B -fae -e test - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: verbose: true token: ${{ secrets.CODECOV_TOKEN }}