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 19968a24 chore(deps): bump actions/upload-artifact from 5 to 6 (#452)
19968a24 is described below

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

    chore(deps): bump actions/upload-artifact from 5 to 6 (#452)
    
    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 e9837fe8..1aff3c2e 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@v5
+      - uses: actions/upload-artifact@v6
         with:
           name: source
           retention-days: 7
@@ -133,7 +133,7 @@ jobs:
           tar -czf docs.tgz sedona-db-docs
 
       - name: Upload docs
-        uses: actions/upload-artifact@v5
+        uses: actions/upload-artifact@v6
         with:
           name: docs
           retention-days: 2
diff --git a/.github/workflows/python-wheels.yml 
b/.github/workflows/python-wheels.yml
index 596365b1..b9725395 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@v5
+      - uses: actions/upload-artifact@v6
         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@v5
+      - uses: actions/upload-artifact@v6
         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@v5
+      - uses: actions/upload-artifact@v6
         with:
           name: release-wheels-${{ matrix.config.label }}
           path: python/sedonadb/dist/*.whl

Reply via email to