This is an automated email from the ASF dual-hosted git repository. gfournier pushed a commit to branch camel-3.22.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit 37c75f3c3506668d85ca9a50fc33e11bca2f9033 Author: Gaelle Fournier <[email protected]> AuthorDate: Thu Mar 5 09:33:17 2026 +0100 chore: update actions/upload-artifact for camel-3 build --- .github/workflows/pr-build-camel-3.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-build-camel-3.yml b/.github/workflows/pr-build-camel-3.yml index 1f606763e4ad..dcbc17d817db 100644 --- a/.github/workflows/pr-build-camel-3.yml +++ b/.github/workflows/pr-build-camel-3.yml @@ -47,7 +47,7 @@ jobs: - name: mvn checkstyle run: ${{ steps.install-mvnd.outputs.mvnd-dir }}/mvnd -l checkstyle.log -Dmvnd.threads=2 -V -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 --no-transfer-progress -Dcheckstyle.failOnViolation=true -e checkstyle:checkstyle - name: archive logs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: checkstyle.log @@ -88,7 +88,7 @@ jobs: - name: maven build run: ${{ steps.install-mvnd.outputs.mvnd-dir }}/mvnd -l build.log -Dmvnd.threads=2 -V -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 --no-transfer-progress -e -Pfastinstall -DskipTests install - name: archive logs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: build.log
