File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4242 python -m pip install build setuptools
4343 python -m build --sdist
4444
45- - uses : actions/upload-artifact@v4
45+ - uses : actions/upload-artifact@v5
4646 with :
4747 name : pyogrio-sdist
4848 path : ./dist/*.tar.gz
@@ -148,7 +148,7 @@ jobs:
148148 - name : Build wheels
149149150150
151- - uses : actions/upload-artifact@v4
151+ - uses : actions/upload-artifact@v5
152152 with :
153153 name : ${{ matrix.wheel_name }}
154154 path : ./wheelhouse/*.whl
@@ -223,7 +223,7 @@ jobs:
223223
224224 - name : Upload vcpkg build logs
225225 if : ${{ failure() }}
226- uses : actions/upload-artifact@v4
226+ uses : actions/upload-artifact@v5
227227 with :
228228 name : pyogrio-vcpkg-logs-${{ matrix.triplet }}
229229 path : ${{ matrix.vcpkg_logs }}
@@ -235,7 +235,7 @@ jobs:
235235 VCPKG_DEFAULT_TRIPLET : ${{ matrix.triplet }}
236236 CIBW_ARCHS : ${{ matrix.arch }}
237237
238- - uses : actions/upload-artifact@v4
238+ - uses : actions/upload-artifact@v5
239239 with :
240240 name : pyogrio-wheel-${{ matrix.triplet }}
241241 path : ./wheelhouse/*.whl
You can’t perform that action at this time.
0 commit comments