34
34
./build/build_linux_x64.sh
35
35
ls -lR lib
36
36
- name : ' Upload artifacts'
37
- uses : " actions/upload-artifact@v3 "
37
+ uses : " actions/upload-artifact@v4 "
38
38
# if: github.event_name == 'release' && github.event.action == 'created'
39
39
with :
40
40
name : ' development-build'
68
68
docker run -e DSS_CAPI_VERSION -v "${PWD}/..:/build" $DOCKER_IMAGE bash -c 'cd /build/dss_capi; PATH=/opt/python/cp38-cp38/bin/:$PATH bash build/build_linux_x86.sh'
69
69
ls -lR lib
70
70
- name : ' Upload artifacts'
71
- uses : " actions/upload-artifact@v3 "
71
+ uses : " actions/upload-artifact@v4 "
72
72
# if: github.event_name == 'release' && github.event.action == 'created'
73
73
with :
74
74
name : ' development-build'
78
78
name : ' macOS x64 and ARM64'
79
79
runs-on : macos-latest
80
80
steps :
81
- - uses : actions/checkout@v3
81
+ - uses : " actions/checkout@v4 "
82
82
with :
83
83
fetch-depth : 0
84
84
path : ' dss_capi'
@@ -109,7 +109,7 @@ jobs:
109
109
./build/build_macos_arm64.sh
110
110
ls -lR lib
111
111
- name : ' Upload artifacts'
112
- uses : " actions/upload-artifact@v3 "
112
+ uses : " actions/upload-artifact@v4 "
113
113
# if: github.event_name == 'release' && github.event.action == 'created'
114
114
with :
115
115
name : ' development-build'
@@ -121,7 +121,7 @@ jobs:
121
121
env :
122
122
DSS_CAPI_BUILD_ODDIE : ' 1'
123
123
steps :
124
- - uses : actions/checkout@v3
124
+ - uses : " actions/checkout@v4 "
125
125
with :
126
126
fetch-depth : 0
127
127
path : ' dss_capi'
@@ -151,7 +151,7 @@ jobs:
151
151
call build/generated/set_version.bat
152
152
call build/build_win_x64.bat
153
153
- name : ' Upload artifacts'
154
- uses : " actions/upload-artifact@v3 "
154
+ uses : " actions/upload-artifact@v4 "
155
155
# if: github.event_name == 'release' && github.event.action == 'created'
156
156
with :
157
157
name : ' development-build'
@@ -161,7 +161,7 @@ jobs:
161
161
name : ' Windows x86'
162
162
runs-on : windows-2019
163
163
steps :
164
- - uses : actions/checkout@v3
164
+ - uses : " actions/checkout@v4 "
165
165
with :
166
166
fetch-depth : 0
167
167
path : ' dss_capi'
@@ -189,7 +189,7 @@ jobs:
189
189
call build/generated/set_version.bat
190
190
call build/build_win_x86.bat
191
191
- name : ' Upload artifacts'
192
- uses : " actions/upload-artifact@v3 "
192
+ uses : " actions/upload-artifact@v4 "
193
193
# if: github.event_name == 'release' && github.event.action == 'created'
194
194
with :
195
195
name : ' development-build'
0 commit comments