This is an automated email from the ASF dual-hosted git repository.
mbuenger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/master by this push:
new e57588682e Bump actions/download-artifact from 7.0.0 to 8.0.0 (#11745)
e57588682e is described below
commit e57588682e2b4fdbfb3f1193e62d43baac14029f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 6 17:13:19 2026 +0100
Bump actions/download-artifact from 7.0.0 to 8.0.0 (#11745)
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]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.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 4abda19b7d..0b18456f93 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -176,7 +176,7 @@ jobs:
master-
- 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:
master-
- 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 }}*'