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 18d876b4 chore(deps): bump actions/download-artifact from 7 to 8 (#674)
18d876b4 is described below

commit 18d876b4548b70abaa175854f02afc33e7f019ab
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 2 19:15:51 2026 -0600

    chore(deps): bump actions/download-artifact from 7 to 8 (#674)
    
    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 caa137ae..83bc4d6a 100644
--- a/.github/workflows/packaging.yml
+++ b/.github/workflows/packaging.yml
@@ -209,7 +209,7 @@ jobs:
 
     steps:
       - name: Get all artifacts
-        uses: actions/download-artifact@v7
+        uses: actions/download-artifact@v8
         with:
           path: release-artifacts
 
diff --git a/.github/workflows/python-wheels.yml 
b/.github/workflows/python-wheels.yml
index c8a01d9a..362ad3bb 100644
--- a/.github/workflows/python-wheels.yml
+++ b/.github/workflows/python-wheels.yml
@@ -256,7 +256,7 @@ jobs:
     name: Upload nightly packages
     runs-on: "macos-latest"
     steps:
-      - uses: actions/download-artifact@v7
+      - uses: actions/download-artifact@v8
         with:
           pattern: release-*
           merge-multiple: true

Reply via email to