This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch maven-3.9.x
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/maven-3.9.x by this push:
     new fe8192658d Bump actions/download-artifact from 5.0.0 to 6.0.0 (#11335)
fe8192658d is described below

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

    Bump actions/download-artifact from 5.0.0 to 6.0.0 (#11335)
    
    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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 3578d26354..6d5e9a0a72 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -125,7 +125,7 @@ jobs:
             it-m2-repo-${{ matrix.os }}-
 
       - name: Download built Maven
-        uses: 
actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
+        uses: 
actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
         with:
           name: built-maven
           path: built-maven/

Reply via email to