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

yuqi4733 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/main by this push:
     new 96be23c7b0 build(deps): bump actions/upload-artifact from 4 to 7 
(#10646)
96be23c7b0 is described below

commit 96be23c7b002f0df4460a6ac2455830083c5a619
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 7 20:33:26 2026 +0800

    build(deps): bump actions/upload-artifact from 4 to 7 (#10646)
    
    Bumps
    [actions/upload-artifact](https://github.com/actions/upload-artifact)
    from 4 to 7.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    
href="https://github.com/actions/upload-artifact/releases";>actions/upload-artifact's
    releases</a>.</em></p>
    <blockquote>
    <h2>v7.0.0</h2>
    <h2>v7 What's new</h2>
    <h3>Direct Uploads</h3>
    <p>Adds support for uploading single files directly (unzipped). Callers
    can set the new <code>archive</code> parameter to <code>false</code> to
    skip zipping the file during upload. Right now, we only support single
    files. The action will fail if the glob passed resolves to multiple
    files. The <code>name</code> parameter is also ignored with this
    setting. Instead, the name of the artifact will be the name of the
    uploaded file.</p>
    <h3>ESM</h3>
    <p>To support new versions of the <code>@actions/*</code> packages,
    we've upgraded the package to ESM.</p>
    <h2>What's Changed</h2>
    <ul>
    <li>Add proxy integration test by <a
    href="https://github.com/Link";><code>@​Link</code></a>- in <a
    
href="https://redirect.github.com/actions/upload-artifact/pull/754";>actions/upload-artifact#754</a></li>
    <li>Upgrade the module to ESM and bump dependencies by <a
    href="https://github.com/danwkennedy";><code>@​danwkennedy</code></a> in
    <a
    
href="https://redirect.github.com/actions/upload-artifact/pull/762";>actions/upload-artifact#762</a></li>
    <li>Support direct file uploads by <a
    href="https://github.com/danwkennedy";><code>@​danwkennedy</code></a> in
    <a
    
href="https://redirect.github.com/actions/upload-artifact/pull/764";>actions/upload-artifact#764</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/Link";><code>@​Link</code></a>- made
    their first contribution in <a
    
href="https://redirect.github.com/actions/upload-artifact/pull/754";>actions/upload-artifact#754</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    
href="https://github.com/actions/upload-artifact/compare/v6...v7.0.0";>https://github.com/actions/upload-artifact/compare/v6...v7.0.0</a></p>
    <h2>v6.0.0</h2>
    <h2>v6 - What's new</h2>
    <blockquote>
    <p>[!IMPORTANT]
    actions/upload-artifact@v6 now runs on Node.js 24 (<code>runs.using:
    node24</code>) and requires a minimum Actions Runner version of 2.327.1.
    If you are using self-hosted runners, ensure they are updated before
    upgrading.</p>
    </blockquote>
    <h3>Node.js 24</h3>
    <p>This release updates the runtime to Node.js 24. v5 had preliminary
    support for Node.js 24, however this action was by default still running
    on Node.js 20. Now this action by default will run on Node.js 24.</p>
    <h2>What's Changed</h2>
    <ul>
    <li>Upload Artifact Node 24 support by <a
    href="https://github.com/salmanmkc";><code>@​salmanmkc</code></a> in <a
    
href="https://redirect.github.com/actions/upload-artifact/pull/719";>actions/upload-artifact#719</a></li>
    <li>fix: update <code>@​actions/artifact</code> for Node.js 24 punycode
    deprecation by <a
    href="https://github.com/salmanmkc";><code>@​salmanmkc</code></a> in <a
    
href="https://redirect.github.com/actions/upload-artifact/pull/744";>actions/upload-artifact#744</a></li>
    <li>prepare release v6.0.0 for Node.js 24 support by <a
    href="https://github.com/salmanmkc";><code>@​salmanmkc</code></a> in <a
    
href="https://redirect.github.com/actions/upload-artifact/pull/745";>actions/upload-artifact#745</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    
href="https://github.com/actions/upload-artifact/compare/v5.0.0...v6.0.0";>https://github.com/actions/upload-artifact/compare/v5.0.0...v6.0.0</a></p>
    <h2>v5.0.0</h2>
    <h2>What's Changed</h2>
    <p><strong>BREAKING CHANGE:</strong> this update supports Node
    <code>v24.x</code>. This is not a breaking change per-se but we're
    treating it as such.</p>
    <ul>
    <li>Update README.md by <a
    href="https://github.com/GhadimiR";><code>@​GhadimiR</code></a> in <a
    
href="https://redirect.github.com/actions/upload-artifact/pull/681";>actions/upload-artifact#681</a></li>
    <li>Update README.md by <a
    href="https://github.com/nebuk89";><code>@​nebuk89</code></a> in <a
    
href="https://redirect.github.com/actions/upload-artifact/pull/712";>actions/upload-artifact#712</a></li>
    <li>Readme: spell out the first use of GHES by <a
    href="https://github.com/danwkennedy";><code>@​danwkennedy</code></a> in
    <a
    
href="https://redirect.github.com/actions/upload-artifact/pull/727";>actions/upload-artifact#727</a></li>
    <li>Update GHES guidance to include reference to Node 20 version by <a
    href="https://github.com/patrikpolyak";><code>@​patrikpolyak</code></a>
    in <a
    
href="https://redirect.github.com/actions/upload-artifact/pull/725";>actions/upload-artifact#725</a></li>
    <li>Bump <code>@actions/artifact</code> to <code>v4.0.0</code></li>
    <li>Prepare <code>v5.0.0</code> by <a
    href="https://github.com/danwkennedy";><code>@​danwkennedy</code></a> in
    <a
    
href="https://redirect.github.com/actions/upload-artifact/pull/734";>actions/upload-artifact#734</a></li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/actions/upload-artifact/commit/bbbca2ddaa5d8feaa63e36b76fdaad77386f024f";><code>bbbca2d</code></a>
    Support direct file uploads (<a
    
href="https://redirect.github.com/actions/upload-artifact/issues/764";>#764</a>)</li>
    <li><a
    
href="https://github.com/actions/upload-artifact/commit/589182c5a4cec8920b8c1bce3e2fab1c97a02296";><code>589182c</code></a>
    Upgrade the module to ESM and bump dependencies (<a
    
href="https://redirect.github.com/actions/upload-artifact/issues/762";>#762</a>)</li>
    <li><a
    
href="https://github.com/actions/upload-artifact/commit/47309c993abb98030a35d55ef7ff34b7fa1074b5";><code>47309c9</code></a>
    Merge pull request <a
    
href="https://redirect.github.com/actions/upload-artifact/issues/754";>#754</a>
    from actions/Link-/add-proxy-integration-tests</li>
    <li><a
    
href="https://github.com/actions/upload-artifact/commit/02a8460834e70dab0ce194c64360c59dc1475ef0";><code>02a8460</code></a>
    Add proxy integration test</li>
    <li><a
    
href="https://github.com/actions/upload-artifact/commit/b7c566a772e6b6bfb58ed0dc250532a479d7789f";><code>b7c566a</code></a>
    Merge pull request <a
    
href="https://redirect.github.com/actions/upload-artifact/issues/745";>#745</a>
    from actions/upload-artifact-v6-release</li>
    <li><a
    
href="https://github.com/actions/upload-artifact/commit/e516bc8500aaf3d07d591fcd4ae6ab5f9c391d5b";><code>e516bc8</code></a>
    docs: correct description of Node.js 24 support in README</li>
    <li><a
    
href="https://github.com/actions/upload-artifact/commit/ddc45ed9bca9b38dbd643978d88e3981cdc91415";><code>ddc45ed</code></a>
    docs: update README to correct action name for Node.js 24 support</li>
    <li><a
    
href="https://github.com/actions/upload-artifact/commit/615b319bd27bb32c3d64dca6b6ed6974d5fbe653";><code>615b319</code></a>
    chore: release v6.0.0 for Node.js 24 support</li>
    <li><a
    
href="https://github.com/actions/upload-artifact/commit/017748b48f8610ca8e6af1222f4a618e84a9c703";><code>017748b</code></a>
    Merge pull request <a
    
href="https://redirect.github.com/actions/upload-artifact/issues/744";>#744</a>
    from actions/fix-storage-blob</li>
    <li><a
    
href="https://github.com/actions/upload-artifact/commit/38d4c7997f5510fcc41fc4aae2a6b97becdbe7fc";><code>38d4c79</code></a>
    chore: rebuild dist</li>
    <li>Additional commits viewable in <a
    href="https://github.com/actions/upload-artifact/compare/v4...v7";>compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/upload-artifact&package-manager=github_actions&previous-version=4&new-version=7)](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/trino-multi-version-test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/trino-multi-version-test.yml 
b/.github/workflows/trino-multi-version-test.yml
index 418acacb67..9dc90a5747 100644
--- a/.github/workflows/trino-multi-version-test.yml
+++ b/.github/workflows/trino-multi-version-test.yml
@@ -84,7 +84,7 @@ jobs:
             --trino_connector_dir=${{ env.CONNECTOR_DIR 
}}/trino-connector-435-439/build/libs
 
       - name: Upload test reports
-        uses: actions/upload-artifact@v4
+        uses: actions/upload-artifact@v7
         if: failure()
         with:
           name: trino-multi-version-test-reports

Reply via email to