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 2dee584e Bump actions/upload-artifact from 4.4.3 to 4.5.0 (#2322)
2dee584e is described below
commit 2dee584e160ed96a8f1866a3022f3ea8093ff03e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 20 09:30:31 2024 +0100
Bump actions/upload-artifact from 4.4.3 to 4.5.0 (#2322)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact)
from 4.4.3 to 4.5.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
-
[Commits](https://github.com/actions/upload-artifact/compare/b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882...6f51ac03b9356f520e9adb1b1b7802705f340c2b)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 88ac940d..38425229 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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 #
v4.4.3
+ uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b #
v4.5.0
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 2d32c84d..34dfe44f 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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 #
v4.4.3
+ - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b #
v4.5.0
if: failure()
with:
name: dumps