@@ -45,12 +45,12 @@ jobs:
4545 runs-on : windows-2022
4646
4747 steps :
48- - uses : actions/checkout@v4
48+ - uses : actions/checkout@v6
4949 with :
5050 submodules : ' true'
5151 fetch-depth : 0
5252
53- - uses : actions/setup-python@v5
53+ - uses : actions/setup-python@v6
5454 with :
5555 python-version : " 3.13"
5656
6363 prefix-key : " python-wheel-windows-latest-v2"
6464
6565 - name : Clone vcpkg
66- uses : actions/checkout@v4
66+ uses : actions/checkout@v6
6767 with :
6868 repository : microsoft/vcpkg
6969 ref : ${{ env.VCPKG_REF }}
9393 CIBW_TEST_REQUIRES : pytest adbc_driver_manager geoarrow-pyarrow geopandas
9494 CIBW_TEST_COMMAND : pytest {package}/tests -vv
9595
96- - uses : actions/upload-artifact@v4
96+ - uses : actions/upload-artifact@v5
9797 with :
9898 name : release-wheels-windows-x86_64
9999 path : python/sedonadb/dist/*.whl
@@ -102,12 +102,12 @@ jobs:
102102 runs-on : macOS-latest
103103
104104 steps :
105- - uses : actions/checkout@v4
105+ - uses : actions/checkout@v6
106106 with :
107107 submodules : ' true'
108108 fetch-depth : 0
109109
110- - uses : actions/setup-python@v5
110+ - uses : actions/setup-python@v6
111111 with :
112112 python-version : " 3.13"
113113
@@ -120,7 +120,7 @@ jobs:
120120 prefix-key : " python-wheel-macOS-latest-v2"
121121
122122 - name : Clone vcpkg
123- uses : actions/checkout@v4
123+ uses : actions/checkout@v6
124124 with :
125125 repository : microsoft/vcpkg
126126 ref : ${{ env.VCPKG_REF }}
@@ -147,7 +147,7 @@ jobs:
147147 CIBW_TEST_REQUIRES : pytest adbc_driver_manager geoarrow-pyarrow geopandas duckdb
148148 CIBW_TEST_COMMAND : pytest {package}/tests -vv
149149
150- - uses : actions/upload-artifact@v4
150+ - uses : actions/upload-artifact@v5
151151 with :
152152 name : release-wheels-macOS-arm64
153153 path : python/sedonadb/dist/*.whl
@@ -162,12 +162,12 @@ jobs:
162162 - {os: "ubuntu-24.04-arm", label: "linux-arm64", arch: "aarch64"}
163163
164164 steps :
165- - uses : actions/checkout@v4
165+ - uses : actions/checkout@v6
166166 with :
167167 submodules : ' true'
168168 fetch-depth : 0
169169
170- - uses : actions/setup-python@v5
170+ - uses : actions/setup-python@v6
171171 with :
172172 python-version : " 3.13"
173173
@@ -195,7 +195,7 @@ jobs:
195195 CIBW_TEST_REQUIRES : pytest adbc_driver_manager geoarrow-pyarrow geopandas duckdb
196196 CIBW_TEST_COMMAND : pytest {package}/tests -vv
197197
198- - uses : actions/upload-artifact@v4
198+ - uses : actions/upload-artifact@v5
199199 with :
200200 name : release-wheels-${{ matrix.config.label }}
201201 path : python/sedonadb/dist/*.whl
@@ -205,7 +205,7 @@ jobs:
205205 name : Upload nightly packages
206206 runs-on : " macos-latest"
207207 steps :
208- - uses : actions/download-artifact@v4
208+ - uses : actions/download-artifact@v6
209209 with :
210210 pattern : release-*
211211 merge-multiple : true
0 commit comments