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

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


The following commit(s) were added to refs/heads/main by this push:
     new f6cc7a2a build(deps): bump actions/download-artifact from 5 to 7 
(#1321)
f6cc7a2a is described below

commit f6cc7a2a9f7e08aafd1e6c700f130b4cff733533
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 4 07:31:00 2026 -0500

    build(deps): bump actions/download-artifact from 5 to 7 (#1321)
    
    Bumps 
[actions/download-artifact](https://github.com/actions/download-artifact) from 
5 to 7.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](https://github.com/actions/download-artifact/compare/v5...v7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-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 | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 8eb64b42..cdb6f444 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -87,7 +87,7 @@ jobs:
 
       - run: rm LICENSE.txt
       - name: Download LICENSE.txt
-        uses: actions/download-artifact@v5
+        uses: actions/download-artifact@v7
         with:
           name: python-wheel-license
           path: .
@@ -143,7 +143,7 @@ jobs:
 
       - run: rm LICENSE.txt
       - name: Download LICENSE.txt
-        uses: actions/download-artifact@v5
+        uses: actions/download-artifact@v7
         with:
           name: python-wheel-license
           path: .
@@ -180,7 +180,7 @@ jobs:
       - uses: actions/checkout@v6
       - run: rm LICENSE.txt
       - name: Download LICENSE.txt
-        uses: actions/download-artifact@v5
+        uses: actions/download-artifact@v7
         with:
           name: python-wheel-license
           path: .
@@ -209,7 +209,7 @@ jobs:
       - uses: actions/checkout@v6
       - run: rm LICENSE.txt
       - name: Download LICENSE.txt
-        uses: actions/download-artifact@v5
+        uses: actions/download-artifact@v7
         with:
           name: python-wheel-license
           path: .
@@ -239,7 +239,7 @@ jobs:
       - uses: actions/checkout@v6
       - run: rm LICENSE.txt
       - name: Download LICENSE.txt
-        uses: actions/download-artifact@v5
+        uses: actions/download-artifact@v7
         with:
           name: python-wheel-license
           path: .
@@ -321,7 +321,7 @@ jobs:
 
       # Download the Linux wheel built in the previous job
       - name: Download pre-built Linux wheel
-        uses: actions/download-artifact@v5
+        uses: actions/download-artifact@v7
         with:
           name: dist-manylinux-x86_64
           path: wheels/
@@ -375,7 +375,7 @@ jobs:
   #   needs: [build-manylinux, build-python-mac-win]
   #   runs-on: ubuntu-latest
   #   steps:
-  #     - uses: actions/download-artifact@v5
+  #     - uses: actions/download-artifact@v7
   #     - name: Publish to PyPI
   #       uses: pypa/gh-action-pypi-publish@master
   #       with:


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

Reply via email to