This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch karaf-4.4.x
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/karaf-4.4.x by this push:
new cef75aa00d build(deps): bump actions/download-artifact from 4 to 8
(#2506)
cef75aa00d is described below
commit cef75aa00de2345f3676a2b025abcd17493758b0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 3 06:20:59 2026 +0200
build(deps): bump actions/download-artifact from 4 to 8 (#2506)
Bumps
[actions/download-artifact](https://github.com/actions/download-artifact) from
4 to 8.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v4...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.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index dd343498ac..255825cea8 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -71,7 +71,7 @@ jobs:
distribution: 'temurin'
cache: 'maven'
- name: Restore Maven Local Repository
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v8
with:
name: maven-local-repo
path: ~/.m2/repository