This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch maven-4.0.x
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/maven-4.0.x by this push:
new 85b6b03ff1 Bump actions/download-artifact from 7.0.0 to 8.0.0
85b6b03ff1 is described below
commit 85b6b03ff17904174878a42e64ae0c174567423f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 27 01:06:29 2026 +0000
Bump actions/download-artifact from 7.0.0 to 8.0.0
Bumps
[actions/download-artifact](https://github.com/actions/download-artifact) from
7.0.0 to 8.0.0.
- [Release notes](https://github.com/actions/download-artifact/releases)
-
[Commits](https://github.com/actions/download-artifact/compare/37930b1c2abaa49bbe596cd826c3c89aef350131...70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: 8.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.github/workflows/maven.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 969a490140..d06aba3780 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -176,7 +176,7 @@ jobs:
mvn40-
- name: Download Maven distribution
- uses:
actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
+ uses:
actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
with:
name: maven-distributions
path: maven-dist
@@ -277,7 +277,7 @@ jobs:
mvn40-
- name: Download Maven distribution
- uses:
actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
+ uses:
actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
with:
name: maven-distributions
path: maven-dist
@@ -348,7 +348,7 @@ jobs:
- integration-tests
steps:
- name: Download Caches
- uses:
actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
+ uses:
actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
with:
merge-multiple: true
pattern: 'cache-${{ runner.os }}*'