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

paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/sedona-db.git


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

commit 1a53fc7a5962de702b834a368f8f4cc3a9fe1b78
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Dec 14 21:19:44 2025 -0600

    chore(deps): bump actions/download-artifact from 6 to 7 (#453)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/packaging.yml     | 2 +-
 .github/workflows/python-wheels.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml
index 1aff3c2e..dacee800 100644
--- a/.github/workflows/packaging.yml
+++ b/.github/workflows/packaging.yml
@@ -165,7 +165,7 @@ jobs:
 
     steps:
       - name: Get all artifacts
-        uses: actions/download-artifact@v6
+        uses: actions/download-artifact@v7
         with:
           path: release-artifacts
 
diff --git a/.github/workflows/python-wheels.yml 
b/.github/workflows/python-wheels.yml
index b9725395..229348fb 100644
--- a/.github/workflows/python-wheels.yml
+++ b/.github/workflows/python-wheels.yml
@@ -205,7 +205,7 @@ jobs:
     name: Upload nightly packages
     runs-on: "macos-latest"
     steps:
-      - uses: actions/download-artifact@v6
+      - uses: actions/download-artifact@v7
         with:
           pattern: release-*
           merge-multiple: true

Reply via email to