This is an automated email from the ASF dual-hosted git repository. gnodet 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 5291578d6b Bump actions/download-artifact from 4.3.0 to 5.0.0 (#11024) 5291578d6b is described below commit 5291578d6b3bf86f7bc9c6cac3b37bb076eef691 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Aug 25 09:06:36 2025 +0200 Bump actions/download-artifact from 4.3.0 to 5.0.0 (#11024) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.3.0 to 5.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/d3f86a106a0bac45b974a628896c90dbdf5c8093...634f93cb2916e3fdff6788551b99b062d0335ce0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index d742938ce7..e4817c89f5 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -132,7 +132,7 @@ jobs: mimir-${{ runner.os }}- - name: Download Maven distribution - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v4 with: name: maven-distributions path: maven-dist @@ -215,7 +215,7 @@ jobs: mimir-${{ runner.os }}- - name: Download Maven distribution - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v4 with: name: maven-distributions path: maven-dist