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 f74028851c Bump actions/download-artifact from 4.3.0 to 5.0.0 (#11022)
f74028851c is described below

commit f74028851cffa9b6930ff3a7ca113af6c040bd98
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 25 09:06:25 2025 +0200

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

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 855849ca0d..6d821e9324 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -120,7 +120,7 @@ jobs:
             it-m2-repo-${{ matrix.os }}-
 
       - name: Download built Maven
-        uses: 
actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
+        uses: 
actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v4
         with:
           name: built-maven
           path: built-maven/

Reply via email to