diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index 9fa64e505a..f6973dae09 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -107,7 +107,7 @@ jobs: name: maven-test-target-directory path: target - name: Codecov Report - uses: codecov/codecov-action@v5.3.1 + uses: codecov/codecov-action@v5.4.0 with: # Codecov token from https://app.codecov.io/gh/hub4j/github-api/settings token: ${{ secrets.CODECOV_TOKEN }}