This is an automated email from the ASF dual-hosted git repository.
jiayu 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 1cc66e09 chore(deps): bump actions/download-artifact from 4 to 6 (#334)
1cc66e09 is described below
commit 1cc66e091a9ce4a8c9e0c52e95a42d6d5ac58bb3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Nov 22 23:42:52 2025 -0800
chore(deps): bump actions/download-artifact from 4 to 6 (#334)
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 520cf739..4554d2db 100644
--- a/.github/workflows/packaging.yml
+++ b/.github/workflows/packaging.yml
@@ -163,7 +163,7 @@ jobs:
steps:
- name: Get all artifacts
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v6
with:
path: release-artifacts
diff --git a/.github/workflows/python-wheels.yml
b/.github/workflows/python-wheels.yml
index 7148a99f..1aea8d44 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@v4
+ - uses: actions/download-artifact@v6
with:
pattern: release-*
merge-multiple: true