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