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 8aa0812c64 build(deps): bump actions/upload-artifact from 4 to 7 
(#10099)
8aa0812c64 is described below

commit 8aa0812c64b5ad4513c166b0401dbf9c37608e24
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 20 15:53:16 2026 +0800

    build(deps): bump actions/upload-artifact from 4 to 7 (#10099)
    
    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/access-control-integration-test.yml | 2 +-
 .github/workflows/backend-integration-test-action.yml | 2 +-
 .github/workflows/build.yml                           | 6 +++---
 .github/workflows/cron-integration-test.yml           | 2 +-
 .github/workflows/flink-integration-test-action.yml   | 2 +-
 .github/workflows/frontend-integration-test.yml       | 2 +-
 .github/workflows/gvfs-fuse-build-test.yml            | 2 +-
 .github/workflows/python-integration-test.yml         | 2 +-
 .github/workflows/spark-integration-test-action.yml   | 2 +-
 .github/workflows/trino-integration-test.yml          | 2 +-
 10 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/.github/workflows/access-control-integration-test.yml 
b/.github/workflows/access-control-integration-test.yml
index ef6162bcd2..141a511cdf 100644
--- a/.github/workflows/access-control-integration-test.yml
+++ b/.github/workflows/access-control-integration-test.yml
@@ -92,7 +92,7 @@ jobs:
           ./gradlew -PtestMode=deploy -PjdbcBackend=postgresql 
-PskipDockerTests=false :authorizations:test
 
       - name: Upload integrate tests reports
-        uses: actions/upload-artifact@v4
+        uses: actions/upload-artifact@v7
         if: ${{ (failure() && steps.integrationTest.outcome == 'failure') || 
contains(github.event.pull_request.labels.*.name, 'upload log') }}
         with:
           name: authorizations-integrate-test-reports-${{ matrix.java-version 
}}
diff --git a/.github/workflows/backend-integration-test-action.yml 
b/.github/workflows/backend-integration-test-action.yml
index 5463683575..3bd883316f 100644
--- a/.github/workflows/backend-integration-test-action.yml
+++ b/.github/workflows/backend-integration-test-action.yml
@@ -88,7 +88,7 @@ jobs:
             $EXCLUDE_CONTRIB_TESTS
 
       - name: Upload integrate tests reports
-        uses: actions/upload-artifact@v4
+        uses: actions/upload-artifact@v7
         if: ${{ (failure() && steps.integrationTest.outcome == 'failure') || 
contains(github.event.pull_request.labels.*.name, 'upload log') }}
         with:
           name: integrate-test-reports-${{ inputs.java-version }}-${{ 
inputs.test-mode }}-${{ inputs.backend }}
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index bd0ba9b2ef..3a7902e74d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -142,7 +142,7 @@ jobs:
           ./gradlew :spark-connector:spark-3.5:build -PscalaVersion=2.13 
-PskipITs -PskipDockerTests=false
 
       - name: Upload unit tests report
-        uses: actions/upload-artifact@v4
+        uses: actions/upload-artifact@v7
         if: failure()
         with:
           name: unit test report
@@ -239,7 +239,7 @@ jobs:
 
       - name: Upload Coverage Report
         if: github.event_name == 'pull_request' && 
steps.coverage.outputs.has_reports == 'true'
-        uses: actions/upload-artifact@v4
+        uses: actions/upload-artifact@v7
         with:
           name: coverage-report
           path: |
@@ -253,7 +253,7 @@ jobs:
           echo "Changed Files coverage ${{ 
steps.coverage.outputs.coverage-changed-files }}"
 
       - name: Upload unit tests report
-        uses: actions/upload-artifact@v4
+        uses: actions/upload-artifact@v7
         if: failure()
         with:
           name: unit test report
diff --git a/.github/workflows/cron-integration-test.yml 
b/.github/workflows/cron-integration-test.yml
index 7acdcb3f32..029e89bfb9 100644
--- a/.github/workflows/cron-integration-test.yml
+++ b/.github/workflows/cron-integration-test.yml
@@ -87,7 +87,7 @@ jobs:
           ./gradlew test -PskipTests -PtestMode=${{ matrix.test-mode }} 
-PskipDockerTests=false
 
       - name: Upload integrate tests reports
-        uses: actions/upload-artifact@v4
+        uses: actions/upload-artifact@v7
         if: ${{ failure() && steps.integrationTest.outcome == 'failure' }}
         with:
           name: integrate test reports
diff --git a/.github/workflows/flink-integration-test-action.yml 
b/.github/workflows/flink-integration-test-action.yml
index 881057969a..bd1bd5f82d 100644
--- a/.github/workflows/flink-integration-test-action.yml
+++ b/.github/workflows/flink-integration-test-action.yml
@@ -52,7 +52,7 @@ jobs:
           ./gradlew -PskipTests -PtestMode=deploy -PskipDockerTests=false 
:flink-connector:flink:test --tests 
"org.apache.gravitino.flink.connector.integration.test.**"
 
       - name: Upload integrate tests reports
-        uses: actions/upload-artifact@v4
+        uses: actions/upload-artifact@v7
         if: ${{ (failure() && steps.integrationTest.outcome == 'failure') || 
contains(github.event.pull_request.labels.*.name, 'upload log') }}
         with:
           name: flink-connector-integrate-test-reports-${{ inputs.java-version 
}}
diff --git a/.github/workflows/frontend-integration-test.yml 
b/.github/workflows/frontend-integration-test.yml
index f01041c5b1..83d9bd4116 100644
--- a/.github/workflows/frontend-integration-test.yml
+++ b/.github/workflows/frontend-integration-test.yml
@@ -95,7 +95,7 @@ jobs:
           GRAVITINO_USE_WEB_V2=true ./gradlew -PskipTests -PtestMode=deploy 
-PskipDockerTests=false :web-v2:integration-test:test
 
       - name: Upload integrate tests reports
-        uses: actions/upload-artifact@v4
+        uses: actions/upload-artifact@v7
         if: ${{ (failure() && steps.integrationTest.outcome == 'failure') || 
contains(github.event.pull_request.labels.*.name, 'upload log') }}
         with:
           name: integrate-test-reports-${{ matrix.java-version }}
diff --git a/.github/workflows/gvfs-fuse-build-test.yml 
b/.github/workflows/gvfs-fuse-build-test.yml
index c87fe8e2d0..de299188c0 100644
--- a/.github/workflows/gvfs-fuse-build-test.yml
+++ b/.github/workflows/gvfs-fuse-build-test.yml
@@ -89,7 +89,7 @@ jobs:
           dev/ci/util_free_space.sh
 
       - name: Upload tests reports
-        uses: actions/upload-artifact@v4
+        uses: actions/upload-artifact@v7
         if: ${{ (failure() && steps.integrationTest.outcome == 'failure') || 
contains(github.event.pull_request.labels.*.name, 'upload log') }}
         with:
           name: Gvfs-fuse integrate-test-reports-${{ matrix.java-version }}
diff --git a/.github/workflows/python-integration-test.yml 
b/.github/workflows/python-integration-test.yml
index 3ba95259b4..1a47be0513 100644
--- a/.github/workflows/python-integration-test.yml
+++ b/.github/workflows/python-integration-test.yml
@@ -86,7 +86,7 @@ jobs:
           done
 
       - name: Upload integrate tests reports
-        uses: actions/upload-artifact@v4
+        uses: actions/upload-artifact@v7
         if: ${{ failure() && steps.integrationTest.outcome == 'failure' }}
         with:
           name: integrate test reports
diff --git a/.github/workflows/spark-integration-test-action.yml 
b/.github/workflows/spark-integration-test-action.yml
index 71bc6e7efe..8e63c8cb67 100644
--- a/.github/workflows/spark-integration-test-action.yml
+++ b/.github/workflows/spark-integration-test-action.yml
@@ -63,7 +63,7 @@ jobs:
           ./gradlew -PskipTests -PtestMode=${{ inputs.test-mode }} 
-PscalaVersion=${{ inputs.scala-version }} -PskipDockerTests=false 
:spark-connector:spark-3.5:test --tests 
"org.apache.gravitino.spark.connector.integration.test.**"
 
       - name: Upload integrate tests reports
-        uses: actions/upload-artifact@v4
+        uses: actions/upload-artifact@v7
         if: ${{ (failure() && steps.integrationTest.outcome == 'failure') || 
contains(github.event.pull_request.labels.*.name, 'upload log') }}
         with:
           name: spark-connector-integrate-test-reports-${{ inputs.java-version 
}}-${{ inputs.test-mode }}
diff --git a/.github/workflows/trino-integration-test.yml 
b/.github/workflows/trino-integration-test.yml
index c60e91713e..c0176e7dc7 100644
--- a/.github/workflows/trino-integration-test.yml
+++ b/.github/workflows/trino-integration-test.yml
@@ -90,7 +90,7 @@ jobs:
           #trino-connector/integration-test/trino-test-tools/run_test.sh
 
       - name: Upload integrate tests reports
-        uses: actions/upload-artifact@v4
+        uses: actions/upload-artifact@v7
         if: ${{ (failure() && steps.integrationTest.outcome == 'failure') || 
contains(github.event.pull_request.labels.*.name, 'upload log') }}
         with:
           name: trino-connector-integrate-test-reports-${{ matrix.java-version 
}}

Reply via email to