From ee4d99495e436bf5819dc2768af72cf8dc8a4922 Mon Sep 17 00:00:00 2001 From: hduelme Date: Mon, 8 Jun 2026 13:14:42 +0200 Subject: [PATCH] upgrade codecov to v7 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 08257efc..23534a9d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,7 +33,7 @@ jobs: run: ./gradlew --warning-mode=all jacocoTestReport - name: 'Upload coverage to Codecov' if: github.repository == 'mapstruct/mapstruct-idea' && matrix.version.idea == '2025.1' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }}