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 d3e85f94 chore(deps): bump actions/upload-artifact from 4 to 5 (#333)
d3e85f94 is described below

commit d3e85f94e72b1cd08f2d9368bc0a7c365a516c4f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Nov 22 23:42:43 2025 -0800

    chore(deps): bump actions/upload-artifact from 4 to 5 (#333)
    
    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 | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml
index 540d96c7..520cf739 100644
--- a/.github/workflows/packaging.yml
+++ b/.github/workflows/packaging.yml
@@ -75,7 +75,7 @@ jobs:
         run: |
           dev/release/run-rat.sh apache-sedona-db-${{ env.VERSION }}.tar.gz
 
-      - uses: actions/upload-artifact@v4
+      - uses: actions/upload-artifact@v5
         with:
           name: source
           retention-days: 7
@@ -131,7 +131,7 @@ jobs:
           tar -czf docs.tgz sedona-db-docs
 
       - name: Upload docs
-        uses: actions/upload-artifact@v4
+        uses: actions/upload-artifact@v5
         with:
           name: docs
           retention-days: 2
diff --git a/.github/workflows/python-wheels.yml 
b/.github/workflows/python-wheels.yml
index 2232cc87..7148a99f 100644
--- a/.github/workflows/python-wheels.yml
+++ b/.github/workflows/python-wheels.yml
@@ -93,7 +93,7 @@ jobs:
           CIBW_TEST_REQUIRES: pytest adbc_driver_manager geoarrow-pyarrow 
geopandas
           CIBW_TEST_COMMAND: pytest {package}/tests -vv
 
-      - uses: actions/upload-artifact@v4
+      - uses: actions/upload-artifact@v5
         with:
           name: release-wheels-windows-x86_64
           path: python/sedonadb/dist/*.whl
@@ -147,7 +147,7 @@ jobs:
           CIBW_TEST_REQUIRES: pytest adbc_driver_manager geoarrow-pyarrow 
geopandas duckdb
           CIBW_TEST_COMMAND: pytest {package}/tests -vv
 
-      - uses: actions/upload-artifact@v4
+      - uses: actions/upload-artifact@v5
         with:
           name: release-wheels-macOS-arm64
           path: python/sedonadb/dist/*.whl
@@ -195,7 +195,7 @@ jobs:
           CIBW_TEST_REQUIRES: pytest adbc_driver_manager geoarrow-pyarrow 
geopandas duckdb
           CIBW_TEST_COMMAND: pytest {package}/tests -vv
 
-      - uses: actions/upload-artifact@v4
+      - uses: actions/upload-artifact@v5
         with:
           name: release-wheels-${{ matrix.config.label }}
           path: python/sedonadb/dist/*.whl

Reply via email to