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 15a01d91 Bump actions/download-artifact from 7 to 8
15a01d91 is described below
commit 15a01d91073eed426fa7d16a7068a9a07216c1f7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 27 08:13:01 2026 +0000
Bump actions/download-artifact from 7 to 8
Bumps
[actions/download-artifact](https://github.com/actions/download-artifact) from
7 to 8.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v7...v8)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: '8'
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 92433c18..2cc5d52f 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@v7
+ uses: actions/download-artifact@v8
with:
name: maven-repo
path: ..
@@ -180,7 +180,7 @@ jobs:
distribution: 'temurin'
java-version: ${{ matrix.jdk }}
- name: Download Maven Repo
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
with:
name: maven-repo
path: ..
@@ -214,7 +214,7 @@ jobs:
distribution: 'temurin'
java-version: '17'
- name: Download Maven Repo
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
with:
name: maven-repo
path: ..