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 8e41a612 Bump actions/upload-artifact from 4.4.0 to 4.4.2 (#2232)
8e41a612 is described below

commit 8e41a61295d574c1c0637cf399916d28a0d310a2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 9 09:32:18 2024 +0200

    Bump actions/upload-artifact from 4.4.0 to 4.4.2 (#2232)
    
    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) 
from 4.4.0 to 4.4.2.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - 
[Commits](https://github.com/actions/upload-artifact/compare/50769540e7f4bd5e21e526ee35c689e35e0d6874...84480863f228bb9747b473957fcc9e309aa96097)
    
    ---
    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 bef148aa..d24ee296 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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # 
v4.4.0
+      uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # 
v4.4.2
       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 be3865e8..fc716307 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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # 
v4.4.0
+    - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # 
v4.4.2
       if: failure()
       with:
         name: dumps

Reply via email to