From bc6a7e235b46000f42a14a1edb94d42d99073a7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 19:10:17 +0000 Subject: [PATCH] Update codecov/codecov-action action to v4 --- .github/workflows/branches-and-prs.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/branches-and-prs.yml b/.github/workflows/branches-and-prs.yml index 099e8f6533..613caabb5c 100644 --- a/.github/workflows/branches-and-prs.yml +++ b/.github/workflows/branches-and-prs.yml @@ -65,4 +65,4 @@ jobs: GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }} run: ./gradlew --no-parallel --stacktrace ghActionsBuild "-Dvariant=${{ matrix.variant }}" "-DjavaVersion=${{ matrix.java }}" - name: 'Upload to Codecov.io' - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7d2278c4be..8f9e585280 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,7 +62,7 @@ jobs: run: | ./gradlew --stop - name: 'Upload to Codecov.io' - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 release-spock: runs-on: ${{ matrix.os }}