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 4e280c50 chore(deps): bump actions/upload-artifact from 6 to 7 (#673)
4e280c50 is described below
commit 4e280c50d785df26fc2dc5313803a293e308011d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 2 19:15:21 2026 -0600
chore(deps): bump actions/upload-artifact from 6 to 7 (#673)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/packaging.yml | 4 ++--
.github/workflows/python-wheels.yml | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml
index 7634995e..caa137ae 100644
--- a/.github/workflows/packaging.yml
+++ b/.github/workflows/packaging.yml
@@ -79,7 +79,7 @@ jobs:
run: |
dev/release/run-rat.sh apache-sedona-db-${{ env.VERSION }}.tar.gz
- - uses: actions/upload-artifact@v6
+ - uses: actions/upload-artifact@v7
with:
name: source
retention-days: 7
@@ -177,7 +177,7 @@ jobs:
tar -czf docs.tgz sedona-db-docs
- name: Upload docs
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
with:
name: docs
retention-days: 2
diff --git a/.github/workflows/python-wheels.yml
b/.github/workflows/python-wheels.yml
index 9fa82dda..c8a01d9a 100644
--- a/.github/workflows/python-wheels.yml
+++ b/.github/workflows/python-wheels.yml
@@ -92,7 +92,7 @@ jobs:
CIBW_TEST_REQUIRES: pytest adbc_driver_manager geoarrow-pyarrow
geopandas
CIBW_TEST_COMMAND: pytest {package}/tests -vv
- - uses: actions/upload-artifact@v6
+ - uses: actions/upload-artifact@v7
with:
name: release-wheels-windows-x86_64
path: python/sedonadb/dist/*.whl
@@ -145,7 +145,7 @@ jobs:
CIBW_TEST_REQUIRES: pytest adbc_driver_manager geoarrow-pyarrow
geopandas duckdb
CIBW_TEST_COMMAND: pytest {package}/tests -vv
- - uses: actions/upload-artifact@v6
+ - uses: actions/upload-artifact@v7
with:
name: release-wheels-macOS-arm64
path: python/sedonadb/dist/*.whl
@@ -199,7 +199,7 @@ jobs:
CIBW_TEST_COMMAND: pytest {package}/tests -vv
SEDONADB_MACOS_ARCH: x86_64
- - uses: actions/upload-artifact@v6
+ - uses: actions/upload-artifact@v7
with:
name: release-wheels-macOS-amd64
path: python/sedonadb/dist/*.whl
@@ -246,7 +246,7 @@ jobs:
CIBW_TEST_REQUIRES: pytest adbc_driver_manager geoarrow-pyarrow
geopandas duckdb
CIBW_TEST_COMMAND: pytest {package}/tests -vv
- - uses: actions/upload-artifact@v6
+ - uses: actions/upload-artifact@v7
with:
name: release-wheels-${{ matrix.config.label }}
path: python/sedonadb/dist/*.whl