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

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


The following commit(s) were added to refs/heads/main by this push:
     new 471f6c3140 chore(deps): bump actions/upload-pages-artifact from 4 to 5 
(#9713)
471f6c3140 is described below

commit 471f6c3140809f19f380e43a6a99673a98adea78
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 14 16:50:16 2026 -0400

    chore(deps): bump actions/upload-pages-artifact from 4 to 5 (#9713)
    
    Bumps
    
[actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact)
    from 4 to 5.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    
href="https://github.com/actions/upload-pages-artifact/releases";>actions/upload-pages-artifact's
    releases</a>.</em></p>
    <blockquote>
    <h2>v5.0.0</h2>
    <h1>Changelog</h1>
    <ul>
    <li>Update upload-artifact action to version 7 <a
    
href="https://github.com/Tom-van-Woudenberg";><code>@​Tom-van-Woudenberg</code></a>
    (<a
    
href="https://redirect.github.com/actions/upload-pages-artifact/issues/139";>#139</a>)</li>
    <li>feat: add <code>include-hidden-files</code> input <a
    href="https://github.com/jonchurch";><code>@​jonchurch</code></a> (<a
    
href="https://redirect.github.com/actions/upload-pages-artifact/issues/137";>#137</a>)</li>
    </ul>
    <p>See details of <a
    
href="https://github.com/actions/upload-pages-artifact/compare/v4.0.0...v4.0.1";>all
    code changes</a> since previous release.</p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/actions/upload-pages-artifact/commit/fc324d3547104276b827a68afc52ff2a11cc49c9";><code>fc324d3</code></a>
    Merge pull request <a
    
href="https://redirect.github.com/actions/upload-pages-artifact/issues/139";>#139</a>
    from Tom-van-Woudenberg/patch-1</li>
    <li><a
    
href="https://github.com/actions/upload-pages-artifact/commit/fe9d4b7d84090e1d8d9c53a0236f810d4e00d2c3";><code>fe9d4b7</code></a>
    Merge branch 'main' into patch-1</li>
    <li><a
    
href="https://github.com/actions/upload-pages-artifact/commit/0ca16172ca884f0a37117fed41734f29784cc980";><code>0ca1617</code></a>
    Merge pull request <a
    
href="https://redirect.github.com/actions/upload-pages-artifact/issues/137";>#137</a>
    from jonchurch/include-hidden-files</li>
    <li><a
    
href="https://github.com/actions/upload-pages-artifact/commit/57f0e8492b437b7818227931fef2faa1a379839b";><code>57f0e84</code></a>
    Update action.yml</li>
    <li><a
    
href="https://github.com/actions/upload-pages-artifact/commit/4a90348b2933470dc78cec55534259872a6d3c0d";><code>4a90348</code></a>
    v7 --&gt; hash</li>
    <li><a
    
href="https://github.com/actions/upload-pages-artifact/commit/56f665a6f297fa95f8d735b314187fb2d7764569";><code>56f665a</code></a>
    Update upload-artifact action to version 7</li>
    <li><a
    
href="https://github.com/actions/upload-pages-artifact/commit/f7615f5917213b24245d49ba96693d0f5375a414";><code>f7615f5</code></a>
    Add <code>include-hidden-files</code> input</li>
    <li>See full diff in <a
    
href="https://github.com/actions/upload-pages-artifact/compare/v4...v5";>compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/upload-pages-artifact&package-manager=github_actions&previous-version=4&new-version=5)](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/docs.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 5762ba1ffc..34d5b79ae2 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -56,7 +56,7 @@ jobs:
               echo "::warning title=Invalid file permissions automatically 
fixed::$line"
           done
       - name: Upload artifacts
-        uses: actions/upload-pages-artifact@v4
+        uses: actions/upload-pages-artifact@v5
         with:
           name: crate-docs
           path: target/doc

Reply via email to