diff --git a/.github/workflows/branches-and-prs.yaml b/.github/workflows/branches-and-prs.yaml index b748ab15c1..91b106bb9e 100644 --- a/.github/workflows/branches-and-prs.yaml +++ b/.github/workflows/branches-and-prs.yaml @@ -125,6 +125,6 @@ jobs: run: './gradlew --stacktrace ghActionsBuild "-Dvariant=${{ matrix.variant }}" "-DjavaVersion=${{ matrix.java }}"' - id: 'step-4' name: 'Upload to Codecov.io' - uses: 'codecov/codecov-action@v5' + uses: 'codecov/codecov-action@v6' with: fail_ci_if_error: 'true' diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 227c0f5de6..7b131cdc8a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -104,7 +104,7 @@ jobs: run: './gradlew --stop' - id: 'step-4' name: 'Upload to Codecov.io' - uses: 'codecov/codecov-action@v5' + uses: 'codecov/codecov-action@v6' with: fail_ci_if_error: 'true' release-spock: