This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/main by this push:
new 00ea580152 build(deps): bump actions/download-artifact from 4 to 8
(#2501)
00ea580152 is described below
commit 00ea580152ccae27117b2eb4c8ba79e3c63a66ec
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 3 06:22:47 2026 +0200
build(deps): bump actions/download-artifact from 4 to 8 (#2501)
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 4361a0b1a0..c068a044f9 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