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-kamelets.git


The following commit(s) were added to refs/heads/main by this push:
     new 7a77e66a Bump actions/upload-artifact from 4.4.2 to 4.4.3 (#2235)
7a77e66a is described below

commit 7a77e66a518c0dfd888ce547991b26460f016685
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 10 07:14:35 2024 +0200

    Bump actions/upload-artifact from 4.4.2 to 4.4.3 (#2235)
    
    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/ci-build.yml    | 2 +-
 .github/workflows/yaks-tests.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index d24ee296..0789dbcb 100644
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -66,7 +66,7 @@ jobs:
       shell: bash
       run: tar -czf maven-repo-${{ github.run_id }}-${{ github.run_number 
}}.tgz -C ~ .m2/repository
     - name: Persist Maven Repo
-      uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # 
v4.4.2
+      uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # 
v4.4.3
       with:
         name: maven-repo-${{ github.run_id }}-${{ github.run_number }}
         path: maven-repo-${{ github.run_id }}-${{ github.run_number }}.tgz
diff --git a/.github/workflows/yaks-tests.yaml 
b/.github/workflows/yaks-tests.yaml
index fc716307..55435e1c 100644
--- a/.github/workflows/yaks-tests.yaml
+++ b/.github/workflows/yaks-tests.yaml
@@ -77,7 +77,7 @@ jobs:
         echo "Running YAKS tests for Kamelets"
         
         ./mvnw clean verify -pl :camel-kamelets-itest -Denable.yaks.tests
-    - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # 
v4.4.2
+    - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # 
v4.4.3
       if: failure()
       with:
         name: dumps

Reply via email to