diff --git a/.github/workflows/build-pull.yml b/.github/workflows/build-pull.yml index b13ef13d2..1d16d42d3 100644 --- a/.github/workflows/build-pull.yml +++ b/.github/workflows/build-pull.yml @@ -49,5 +49,5 @@ jobs: mvn -s .build/ci-maven-settings.xml -Dmaven.resolver.transport=wagon \ -B clean install -Pcoverage -Dtest-containers=true ${{ matrix.java.build_opts }} - name: Codecov - uses: codecov/codecov-action@v5.5.2 + uses: codecov/codecov-action@v5.5.3 if: false