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

milenkovicm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-ballista.git


The following commit(s) were added to refs/heads/main by this push:
     new 7b28b67df chore(deps): bump actions/upload-artifact from 6 to 7 (#1477)
7b28b67df is described below

commit 7b28b67dfd2d13715d7500cb547d21e51edc6390
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 27 09:11:46 2026 +0000

    chore(deps): bump actions/upload-artifact from 6 to 7 (#1477)
    
    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) 
from 6 to 7.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: '7'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/build.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 9ec387a0f..65dbca6d9 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -107,7 +107,7 @@ jobs:
           enable-cache: true
       - name: Generate license file
         run: uv run --no-project python ./dev/create_license.py
-      - uses: actions/upload-artifact@v6
+      - uses: actions/upload-artifact@v7
         with:
           name: python-wheel-license
           path: LICENSE.txt
@@ -165,7 +165,7 @@ jobs:
         run: find python/target/wheels/
 
       - name: Archive wheels
-        uses: actions/upload-artifact@v6
+        uses: actions/upload-artifact@v7
         with:
           name: dist-${{ matrix.os  }}
           path: python/target/wheels/*
@@ -214,7 +214,7 @@ jobs:
         run: find python/target/wheels/
 
       - name: Archive wheels
-        uses: actions/upload-artifact@v6
+        uses: actions/upload-artifact@v7
         with:
           name: dist-macos-aarch64
           path: python/target/wheels/*
@@ -254,7 +254,7 @@ jobs:
           uv run --no-project maturin build --release --strip
 
       - name: Archive wheels
-        uses: actions/upload-artifact@v6
+        uses: actions/upload-artifact@v7
         with:
           name: dist-manylinux-x86_64
           path: python/target/wheels/*
@@ -294,7 +294,7 @@ jobs:
           uv run --no-project maturin build --release --strip
 
       - name: Archive wheels
-        uses: actions/upload-artifact@v6
+        uses: actions/upload-artifact@v7
         with:
           name: dist-manylinux-aarch64
           path: python/target/wheels/*
@@ -353,7 +353,7 @@ jobs:
       - build-sdist
     steps:
       - name: Merge Build Artifacts
-        uses: actions/upload-artifact/merge@v6
+        uses: actions/upload-artifact/merge@v7
         with:
           name: dist
           pattern: dist-*


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to