This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch camel-quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
The following commit(s) were added to refs/heads/camel-quarkus-main by this
push:
new 4f55326d Bump actions/download-artifact from 6 to 7
4f55326d is described below
commit 4f55326d42a7fa6e95c21c125544a9d9e5c06399
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 15 07:12:14 2025 +0000
Bump actions/download-artifact from 6 to 7
Bumps
[actions/download-artifact](https://github.com/actions/download-artifact) from
6 to 7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v6...v7)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/ci-build.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index d24120fe..b06b0551 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -120,7 +120,7 @@ jobs:
distribution: 'temurin'
java-version: '17'
- name: Download Maven Repo
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
with:
name: maven-repo
path: ..
@@ -180,7 +180,7 @@ jobs:
distribution: 'temurin'
java-version: ${{ matrix.jdk }}
- name: Download Maven Repo
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
with:
name: maven-repo
path: ..
@@ -214,7 +214,7 @@ jobs:
distribution: 'temurin'
java-version: '17'
- name: Download Maven Repo
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
with:
name: maven-repo
path: ..