File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 dry-run : false
2020 language : go
2121 - name : Upload Crash
22- uses : actions/upload-artifact@v4
22+ uses : actions/upload-artifact@v5
2323 if : failure() && steps.build.outcome == 'success'
2424 with :
2525 name : artifacts
Original file line number Diff line number Diff line change 5858 run : |
5959 cd bindings/js
6060 npm test
61- - uses : actions/upload-artifact@v4
61+ - uses : actions/upload-artifact@v5
6262 with :
6363 name : ${{ matrix.os }}.node
6464 path : bindings/js/prebuilds/*/*.node
Original file line number Diff line number Diff line change 3838 CIBW_MANYLINUX_AARCH64_IMAGE : quay.io/pypa/manylinux_2_28_aarch64
3939 CIBW_BEFORE_ALL : .ci/ensure-go.sh; make -C bindings/py compile
4040 - name : Upload wheels
41- uses : actions/upload-artifact@v4
41+ uses : actions/upload-artifact@v5
4242 with :
4343 name : wheels-linux-${{ matrix.go_target }}
4444 path : ./wheelhouse/*.whl
7474 env :
7575 CIBW_ARCHS : ${{ matrix.cibw_target }}
7676 - name : Upload wheels
77- uses : actions/upload-artifact@v4
77+ uses : actions/upload-artifact@v5
7878 with :
7979 name : wheels-windows-${{ matrix.go_target }}
8080 path : ./wheelhouse/*.whl
@@ -109,7 +109,7 @@ jobs:
109109 env :
110110 CIBW_ARCHS : ${{ matrix.cibw_target }}
111111 - name : Upload wheels
112- uses : actions/upload-artifact@v4
112+ uses : actions/upload-artifact@v5
113113 with :
114114 name : wheels-macos-${{ matrix.go_target }}
115115 path : ./wheelhouse/*.whl
@@ -132,7 +132,7 @@ jobs:
132132 - name : Build package
133133 run : make -C bindings/py build
134134 - name : Upload sdist
135- uses : actions/upload-artifact@v4
135+ uses : actions/upload-artifact@v5
136136 with :
137137 name : wheels
138138 path : bindings/py/dist/*
You can’t perform that action at this time.
0 commit comments