From 80692393263f4a6d235317135e96aec93c3b602c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 13:35:05 +0000 Subject: [PATCH] Update codecov/codecov-action action to v5 --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index b7ea809aa..4e57d5613 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -36,7 +36,7 @@ jobs: run: mvn install -PskipStyle,skipITs # https://app.codecov.io/gh/solven-eu/cleanthat/new - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 - name: Spotless Check - Apply if failed continue-on-error: true # https://joht.github.io/johtizen/build/2022/01/20/github-actions-push-into-repository.html#example-1