From 368a1e1e34e3681d35cc6929d5943eadca9ea556 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 21:33:27 +0000 Subject: [PATCH] Update codecov/codecov-action action to v7 --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index ba9ee9f..6a3f5d1 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -59,6 +59,6 @@ jobs: - name: Build with Gradle (JDK ${{ env.currentBuildVersion }}) run: ./gradlew clean check jacocoTestReport - name: Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: files: ./build/reports/jacoco/test/jacocoTestReport.xml #optional \ No newline at end of file