@@ -131,7 +131,7 @@ jobs:
131
131
[ "$(find plist/ -name *.html)" = '' ];
132
132
133
133
- name : " clang static analyzer: Store assets on failure"
134
- uses : actions/upload-artifact@v2
134
+ uses : actions/upload-artifact@v3
135
135
with :
136
136
name : clang-scan.tgz
137
137
path : plist/**/*.html
@@ -281,7 +281,7 @@ jobs:
281
281
282
282
- name : Store Windows development libs
283
283
if : startsWith(github.ref, 'refs/tags/')
284
- uses : actions/upload-artifact@v2
284
+ uses : actions/upload-artifact@v3
285
285
with :
286
286
name : windows-libs
287
287
path : src/c-lib/build/library/Win32/Release/gs1encoders-windows-libs.zip
@@ -293,7 +293,7 @@ jobs:
293
293
294
294
- name : Store Windows console app
295
295
if : startsWith(github.ref, 'refs/tags/')
296
- uses : actions/upload-artifact@v2
296
+ uses : actions/upload-artifact@v3
297
297
with :
298
298
name : windows-console-app
299
299
path : src/c-lib/build/console-app/Win32/Release/gs1encoders-windows-console-app.zip
@@ -305,7 +305,7 @@ jobs:
305
305
306
306
- name : Store Windows GUI app
307
307
if : startsWith(github.ref, 'refs/tags/')
308
- uses : actions/upload-artifact@v2
308
+ uses : actions/upload-artifact@v3
309
309
with :
310
310
name : windows-gui-app
311
311
path : src/dotnet-app/bin/Release/netcoreapp3.1/win-x86/publish/gs1encoders-windows-gui-app.zip
@@ -333,7 +333,7 @@ jobs:
333
333
334
334
- name : Store Linux build
335
335
if : startsWith(github.ref, 'refs/tags/')
336
- uses : actions/upload-artifact@v2
336
+ uses : actions/upload-artifact@v3
337
337
with :
338
338
name : linux-app
339
339
path : src/c-lib/build/gs1encoders-linux-app.tgz
@@ -360,7 +360,7 @@ jobs:
360
360
361
361
- name : Store WASM build
362
362
if : startsWith(github.ref, 'refs/tags/')
363
- uses : actions/upload-artifact@v2
363
+ uses : actions/upload-artifact@v3
364
364
with :
365
365
name : wasm-app
366
366
path : src/c-lib/build-wasm/gs1encoders-wasm-app.tgz
@@ -388,7 +388,7 @@ jobs:
388
388
389
389
- name : Store JSONLY build
390
390
if : startsWith(github.ref, 'refs/tags/')
391
- uses : actions/upload-artifact@v2
391
+ uses : actions/upload-artifact@v3
392
392
with :
393
393
name : jsonly-app
394
394
path : src/c-lib/build-wasm/gs1encoders-jsonly-app.tgz
0 commit comments