This is an automated email from the ASF dual-hosted git repository.
mbuenger 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 73ed60b236 Bump actions/download-artifact from 8.0.0 to 8.0.1 (#11791)
73ed60b236 is described below
commit 73ed60b236d2c07f8b30a1ab774ac20c7b69628c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 18 17:25:40 2026 +0100
Bump actions/download-artifact from 8.0.0 to 8.0.1 (#11791)
Bumps
[actions/download-artifact](https://github.com/actions/download-artifact) from
8.0.0 to 8.0.1.
- [Release notes](https://github.com/actions/download-artifact/releases)
-
[Commits](https://github.com/actions/download-artifact/compare/70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3...3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: 8.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 d06aba3780..58fde3e552 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@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
+ uses:
actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
with:
name: maven-distributions
path: maven-dist
@@ -277,7 +277,7 @@ jobs:
mvn40-
- name: Download Maven distribution
- uses:
actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
+ uses:
actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
with:
name: maven-distributions
path: maven-dist
@@ -348,7 +348,7 @@ jobs:
- integration-tests
steps:
- name: Download Caches
- uses:
actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
+ uses:
actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
with:
merge-multiple: true
pattern: 'cache-${{ runner.os }}*'