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

jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new f3b938ccb7 build(deps): bump actions/download-artifact from 6 to 7 in 
the github-dependencies group (#2605)
f3b938ccb7 is described below

commit f3b938ccb79e2564583cca4f040840ef02612d6b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 3 19:36:18 2026 -0800

    build(deps): bump actions/download-artifact from 6 to 7 in the 
github-dependencies group (#2605)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/python-wheel.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/python-wheel.yml 
b/.github/workflows/python-wheel.yml
index 7faea6d03d..1490f858aa 100644
--- a/.github/workflows/python-wheel.yml
+++ b/.github/workflows/python-wheel.yml
@@ -113,7 +113,7 @@ jobs:
     permissions:
       id-token: write # IMPORTANT: mandatory for Trusted Publishing
     steps:
-      - uses: actions/download-artifact@v6
+      - uses: actions/download-artifact@v7
         with:
           # unpacks wheel files into artifacts
           pattern: cibw-*

Reply via email to