diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cc2de9c5b..03e7e1427 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -114,7 +114,7 @@ jobs: - name: Unit tests run: ./mvnw test # making it temporarily verbose. - name: Codecov - uses: codecov/codecov-action@v4.1.0 + uses: codecov/codecov-action@v4.4.1 - name: Install jars run: ./mvnw install -q -B -DskipTests - name: Integration tests using spring boot version ${{ matrix.spring-boot-version }}