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 c02852d794 Bump actions/download-artifact from 5.0.0 to 6.0.0 (#11333)
c02852d794 is described below

commit c02852d79487e24b79efc2d9f27f29268b6412a4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 27 10:01:48 2025 +0100

    Bump actions/download-artifact from 5.0.0 to 6.0.0 (#11333)
    
    Bumps 
[actions/download-artifact](https://github.com/actions/download-artifact) from 
5.0.0 to 6.0.0.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - 
[Commits](https://github.com/actions/download-artifact/compare/634f93cb2916e3fdff6788551b99b062d0335ce0...018cc2cf5baa6db3ef3c5f8a56943fffe632ef53)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-version: 6.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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 75b25a612d..52328ceb6a 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -161,7 +161,7 @@ jobs:
             mvn40-full-
 
       - name: Download Maven distribution
-        uses: 
actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v4
+        uses: 
actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v4
         with:
           name: maven-distributions
           path: maven-dist
@@ -249,7 +249,7 @@ jobs:
             mvn40-its-
 
       - name: Download Maven distribution
-        uses: 
actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v4
+        uses: 
actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v4
         with:
           name: maven-distributions
           path: maven-dist

Reply via email to