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

jbonofre 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 d5e132b96 MINOR: [CI] Bump actions/download-artifact from 8.0.0 to 
8.0.1 (#1068)
d5e132b96 is described below

commit d5e132b96500646ea4021d3b032d00a65233b6b5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 16 08:45:29 2026 +0100

    MINOR: [CI] Bump actions/download-artifact from 8.0.0 to 8.0.1 (#1068)
    
    Bumps
    [actions/download-artifact](https://github.com/actions/download-artifact)
    from 8.0.0 to 8.0.1.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    
href="https://github.com/actions/download-artifact/releases";>actions/download-artifact's
    releases</a>.</em></p>
    <blockquote>
    <h2>v8.0.1</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Support for CJK characters in the artifact name by <a
    href="https://github.com/danwkennedy";><code>@​danwkennedy</code></a> in
    <a
    
href="https://redirect.github.com/actions/download-artifact/pull/471";>actions/download-artifact#471</a></li>
    <li>Add a regression test for artifact name + content-type mismatches by
    <a href="https://github.com/danwkennedy";><code>@​danwkennedy</code></a>
    in <a
    
href="https://redirect.github.com/actions/download-artifact/pull/472";>actions/download-artifact#472</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    
href="https://github.com/actions/download-artifact/compare/v8...v8.0.1";>https://github.com/actions/download-artifact/compare/v8...v8.0.1</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/actions/download-artifact/commit/3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c";><code>3e5f45b</code></a>
    Add regression tests for CJK characters (<a
    
href="https://redirect.github.com/actions/download-artifact/issues/471";>#471</a>)</li>
    <li><a
    
href="https://github.com/actions/download-artifact/commit/e6d03f67377d4412c7aa56a8e2e4988e6ec479dd";><code>e6d03f6</code></a>
    Add a regression test for artifact name + content-type mismatches (<a
    
href="https://redirect.github.com/actions/download-artifact/issues/472";>#472</a>)</li>
    <li>See full diff in <a
    
href="https://github.com/actions/download-artifact/compare/70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3...3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c";>compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/download-artifact&package-manager=github_actions&previous-version=8.0.0&new-version=8.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    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 a20277714..4973b1afb 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@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
+        uses: 
actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
         with:
           name: release-source
       - name: Extract source archive
@@ -168,7 +168,7 @@ jobs:
       MACOSX_DEPLOYMENT_TARGET: "14.0"
     steps:
       - name: Download source archive
-        uses: 
actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
+        uses: 
actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
         with:
           name: release-source
       - name: Extract source archive
@@ -296,7 +296,7 @@ jobs:
             arch: "x86_64"
     steps:
       - name: Download source archive
-        uses: 
actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
+        uses: 
actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
         with:
           name: release-source
       - name: Extract source archive
@@ -369,7 +369,7 @@ jobs:
       - jni-windows
     steps:
       - name: Download artifacts
-        uses: 
actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
+        uses: 
actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
         with:
           path: artifacts
       - name: Decompress artifacts
@@ -450,11 +450,11 @@ jobs:
         with:
           cache: 'pip'
       - name: Download source archive
-        uses: 
actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
+        uses: 
actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
         with:
           name: release-source
       - name: Download Javadocs
-        uses: 
actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
+        uses: 
actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
         with:
           name: reference
       - name: Extract source archive
@@ -519,7 +519,7 @@ jobs:
           cp ../.asf.yaml ./
           git add .nojekyll .asf.yaml
       - name: Download
-        uses: 
actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
+        uses: 
actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
         with:
           name: release-html
       - name: Extract
@@ -555,7 +555,7 @@ jobs:
           - ubuntu-latest
     steps:
       - name: Download release artifacts
-        uses: 
actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
+        uses: 
actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
         with:
           pattern: release-*
       - name: Verify
@@ -589,7 +589,7 @@ jobs:
       contents: write
     steps:
       - name: Download release artifacts
-        uses: 
actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
+        uses: 
actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
         with:
           pattern: release-*
           path: artifacts

Reply via email to