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

lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-java.git


The following commit(s) were added to refs/heads/main by this push:
     new 9e07d376 MINOR: [CI] Bump actions/download-artifact from 4.1.9 to 
4.2.1 (#686)
9e07d376 is described below

commit 9e07d3767496a4365e020231b2a1b4203b1f52ba
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 24 03:32:44 2025 -0400

    MINOR: [CI] Bump actions/download-artifact from 4.1.9 to 4.2.1 (#686)
    
    Bumps
    [actions/download-artifact](https://github.com/actions/download-artifact)
    from 4.1.9 to 4.2.1.
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/rc.yml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/.github/workflows/rc.yml b/.github/workflows/rc.yml
index b04b958a..5b78cc93 100644
--- a/.github/workflows/rc.yml
+++ b/.github/workflows/rc.yml
@@ -101,7 +101,7 @@ jobs:
       packages: write
     steps:
       - name: Download source archive
-        uses: 
actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
+        uses: 
actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
         with:
           name: release-source
       - name: Extract source archive
@@ -174,7 +174,7 @@ jobs:
       MACOSX_DEPLOYMENT_TARGET: "14.0"
     steps:
       - name: Download source archive
-        uses: 
actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
+        uses: 
actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
         with:
           name: release-source
       - name: Extract source archive
@@ -298,7 +298,7 @@ jobs:
             arch: "x86_64"
     steps:
       - name: Download source archive
-        uses: 
actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
+        uses: 
actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
         with:
           name: release-source
       - name: Extract source archive
@@ -371,7 +371,7 @@ jobs:
       - jni-windows
     steps:
       - name: Download artifacts
-        uses: 
actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
+        uses: 
actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
         with:
           path: artifacts
       - name: Decompress artifacts
@@ -452,11 +452,11 @@ jobs:
         with:
           cache: 'pip'
       - name: Download source archive
-        uses: 
actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
+        uses: 
actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
         with:
           name: release-source
       - name: Download Javadocs
-        uses: 
actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
+        uses: 
actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
         with:
           name: reference
       - name: Extract source archive
@@ -521,7 +521,7 @@ jobs:
           cp ../.asf.yaml ./
           git add .nojekyll .asf.yaml
       - name: Download
-        uses: 
actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
+        uses: 
actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
         with:
           name: release-html
       - name: Extract
@@ -557,7 +557,7 @@ jobs:
           - ubuntu-latest
     steps:
       - name: Download release artifacts
-        uses: 
actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
+        uses: 
actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
         with:
           pattern: release-*
       - name: Verify
@@ -591,7 +591,7 @@ jobs:
       contents: write
     steps:
       - name: Download release artifacts
-        uses: 
actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
+        uses: 
actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
         with:
           pattern: release-*
           path: artifacts

Reply via email to