This is an automated email from the ASF dual-hosted git repository.
johnbam pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/master by this push:
new 8a077bb2e9 build(deps): bump the github-dependencies group with 3
updates (#2717)
8a077bb2e9 is described below
commit 8a077bb2e96dcdf8dd3a624b3cd26b14938c0bee
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 12 09:38:02 2026 +1000
build(deps): bump the github-dependencies group with 3 updates (#2717)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/docs.yml | 2 +-
.github/workflows/java.yml | 2 +-
.github/workflows/python-wheel.yml | 8 ++++----
.github/workflows/r.yml | 2 +-
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index ec96f41109..60495d39b8 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -121,7 +121,7 @@ jobs:
fi
- run: mkdir staging
- run: cp -r site/* staging/
- - uses: actions/upload-artifact@v6
+ - uses: actions/upload-artifact@v7
with:
name: generated-docs
path: staging
diff --git a/.github/workflows/java.yml b/.github/workflows/java.yml
index 027308dde7..45f92541d9 100644
--- a/.github/workflows/java.yml
+++ b/.github/workflows/java.yml
@@ -118,7 +118,7 @@ jobs:
- run: cp spark-shaded/target/sedona-*.jar staging
- run: |
[ -d "flink-shaded/target/" ] && cp flink-shaded/target/sedona-*.jar
staging 2>/dev/null || true
- - uses: actions/upload-artifact@v6
+ - uses: actions/upload-artifact@v7
with:
name: generated-jars_spark-${{ matrix.spark }}_scala-${{
matrix.scala }}_jdk-${{ matrix.jdk }}
path: staging
diff --git a/.github/workflows/python-wheel.yml
b/.github/workflows/python-wheel.yml
index 1490f858aa..77ba63471e 100644
--- a/.github/workflows/python-wheel.yml
+++ b/.github/workflows/python-wheel.yml
@@ -65,7 +65,7 @@ jobs:
persist-credentials: false
- name: Set up QEMU
if: runner.os == 'Linux'
- uses: docker/setup-qemu-action@v3
+ uses: docker/setup-qemu-action@v4
with:
# temporarily pin to qemu@v8 to workaround non-determininstic gcc
segfaults
# https://github.com/docker/setup-qemu-action/issues/188
@@ -80,7 +80,7 @@ jobs:
CIBW_ARCHS_MACOS: 'x86_64 arm64'
with:
package-dir: python
- - uses: actions/upload-artifact@v6
+ - uses: actions/upload-artifact@v7
with:
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
path: ./wheelhouse/*.whl
@@ -99,7 +99,7 @@ jobs:
- name: Build sdist
run: cd python && uv build --sdist
- - uses: actions/upload-artifact@v6
+ - uses: actions/upload-artifact@v7
with:
name: cibw-sdist
path: python/dist/*.tar.gz
@@ -113,7 +113,7 @@ jobs:
permissions:
id-token: write # IMPORTANT: mandatory for Trusted Publishing
steps:
- - uses: actions/download-artifact@v7
+ - uses: actions/download-artifact@v8
with:
# unpacks wheel files into artifacts
pattern: cibw-*
diff --git a/.github/workflows/r.yml b/.github/workflows/r.yml
index 14565278fc..5b2d5a9a7d 100644
--- a/.github/workflows/r.yml
+++ b/.github/workflows/r.yml
@@ -162,7 +162,7 @@ jobs:
NOT_CRAN='true' Rscript testthat.R
shell: bash
timeout-minutes: 30
- - uses: actions/upload-artifact@v6
+ - uses: actions/upload-artifact@v7
if: failure()
with:
name: Worker logs