This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 3d0f0d339db chore(deps): Bump actions/upload-artifact from 4.4.2 to 
4.4.3 (#15906)
3d0f0d339db is described below

commit 3d0f0d339dba4dd762a8d570e5aef49fa064178a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 10 13:11:10 2024 +0200

    chore(deps): Bump actions/upload-artifact from 4.4.2 to 4.4.3 (#15906)
    
    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) 
from 4.4.2 to 4.4.3.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - 
[Commits](https://github.com/actions/upload-artifact/compare/84480863f228bb9747b473957fcc9e309aa96097...b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/alternative-os-build-main.yml | 2 +-
 .github/workflows/generate-sbom-main.yml        | 2 +-
 .github/workflows/pr-build-camel-3.yml          | 4 ++--
 .github/workflows/pr-build-camel-40x.yml        | 2 +-
 .github/workflows/pr-build-main.yml             | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/alternative-os-build-main.yml 
b/.github/workflows/alternative-os-build-main.yml
index 493d96612f1..d8b91afb7c1 100644
--- a/.github/workflows/alternative-os-build-main.yml
+++ b/.github/workflows/alternative-os-build-main.yml
@@ -48,7 +48,7 @@ jobs:
       - name: mvn build ${{ matrix.os }}
         run: ./mvnw -B -V -D'http.keepAlive=false' -l build.log 
-D'maven.wagon.http.pool=false' 
-D'maven.wagon.httpconnectionManager.ttlSeconds=120' --no-transfer-progress 
-Dquickly install
       - name: Archive logs ${{ matrix.os }}
-        uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 
# v4.4.2
+        uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 
# v4.4.3
         if: always()
         with:
           name: build-${{ matrix.os }}
diff --git a/.github/workflows/generate-sbom-main.yml 
b/.github/workflows/generate-sbom-main.yml
index 84db5dcc033..98a08780ecb 100644
--- a/.github/workflows/generate-sbom-main.yml
+++ b/.github/workflows/generate-sbom-main.yml
@@ -50,7 +50,7 @@ jobs:
       - name: mvn build and sbom generation
         run: ./mvnw -B -l build.log -Psbom -Dquickly verify
       - name: archive logs
-        uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 
# v4.4.2
+        uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 
# v4.4.3
         if: always()
         with:
           name: build.log
diff --git a/.github/workflows/pr-build-camel-3.yml 
b/.github/workflows/pr-build-camel-3.yml
index 672c13ef80c..496e4c171f5 100644
--- a/.github/workflows/pr-build-camel-3.yml
+++ b/.github/workflows/pr-build-camel-3.yml
@@ -50,7 +50,7 @@ jobs:
     - name: mvn checkstyle
       run: ${{ steps.install-mvnd.outputs.mvnd-dir }}/mvnd -l checkstyle.log 
$MVND_OPTS -e checkstyle:checkstyle
     - name: archive logs
-      uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # 
v4.4.2
+      uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # 
v4.4.3
       if: always()
       with:
         name: checkstyle.log
@@ -90,7 +90,7 @@ jobs:
       - name: maven build
         run: ${{ steps.install-mvnd.outputs.mvnd-dir }}/mvnd -l build.log 
$MVND_OPTS -Pfastinstall -DskipTests install
       - name: archive logs
-        uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 
# v4.4.2
+        uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 
# v4.4.3
         if: always()
         with:
           name: build.log
diff --git a/.github/workflows/pr-build-camel-40x.yml 
b/.github/workflows/pr-build-camel-40x.yml
index 3d74e0140f6..b6a629aca12 100644
--- a/.github/workflows/pr-build-camel-40x.yml
+++ b/.github/workflows/pr-build-camel-40x.yml
@@ -58,7 +58,7 @@ jobs:
       - name: maven build
         run: ./mvnw -l build.log -Dquickly install
       - name: archive logs
-        uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 
# v4.4.2
+        uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 
# v4.4.3
         if: always()
         with:
           name: build.log
diff --git a/.github/workflows/pr-build-main.yml 
b/.github/workflows/pr-build-main.yml
index 96dec401832..1e17508336d 100644
--- a/.github/workflows/pr-build-main.yml
+++ b/.github/workflows/pr-build-main.yml
@@ -65,7 +65,7 @@ jobs:
       - name: maven build
         run: ./etc/scripts/regen.sh
       - name: archive logs
-        uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 
# v4.4.2
+        uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 
# v4.4.3
         if: always()
         with:
           name: build-${{ matrix.java }}.log

Reply via email to