Skip to content

Commit 7d695de

Browse files
committed
CI: Upgrade actions/upload-artifact from v2 to v3
1 parent daf2cc8 commit 7d695de

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/gs1encoders.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
[ "$(find plist/ -name *.html)" = '' ];
132132
133133
- name: "clang static analyzer: Store assets on failure"
134-
uses: actions/upload-artifact@v2
134+
uses: actions/upload-artifact@v3
135135
with:
136136
name: clang-scan.tgz
137137
path: plist/**/*.html
@@ -281,7 +281,7 @@ jobs:
281281
282282
- name: Store Windows development libs
283283
if: startsWith(github.ref, 'refs/tags/')
284-
uses: actions/upload-artifact@v2
284+
uses: actions/upload-artifact@v3
285285
with:
286286
name: windows-libs
287287
path: src/c-lib/build/library/Win32/Release/gs1encoders-windows-libs.zip
@@ -293,7 +293,7 @@ jobs:
293293
294294
- name: Store Windows console app
295295
if: startsWith(github.ref, 'refs/tags/')
296-
uses: actions/upload-artifact@v2
296+
uses: actions/upload-artifact@v3
297297
with:
298298
name: windows-console-app
299299
path: src/c-lib/build/console-app/Win32/Release/gs1encoders-windows-console-app.zip
@@ -305,7 +305,7 @@ jobs:
305305
306306
- name: Store Windows GUI app
307307
if: startsWith(github.ref, 'refs/tags/')
308-
uses: actions/upload-artifact@v2
308+
uses: actions/upload-artifact@v3
309309
with:
310310
name: windows-gui-app
311311
path: src/dotnet-app/bin/Release/netcoreapp3.1/win-x86/publish/gs1encoders-windows-gui-app.zip
@@ -333,7 +333,7 @@ jobs:
333333
334334
- name: Store Linux build
335335
if: startsWith(github.ref, 'refs/tags/')
336-
uses: actions/upload-artifact@v2
336+
uses: actions/upload-artifact@v3
337337
with:
338338
name: linux-app
339339
path: src/c-lib/build/gs1encoders-linux-app.tgz
@@ -360,7 +360,7 @@ jobs:
360360
361361
- name: Store WASM build
362362
if: startsWith(github.ref, 'refs/tags/')
363-
uses: actions/upload-artifact@v2
363+
uses: actions/upload-artifact@v3
364364
with:
365365
name: wasm-app
366366
path: src/c-lib/build-wasm/gs1encoders-wasm-app.tgz
@@ -388,7 +388,7 @@ jobs:
388388
389389
- name: Store JSONLY build
390390
if: startsWith(github.ref, 'refs/tags/')
391-
uses: actions/upload-artifact@v2
391+
uses: actions/upload-artifact@v3
392392
with:
393393
name: jsonly-app
394394
path: src/c-lib/build-wasm/gs1encoders-jsonly-app.tgz

0 commit comments

Comments
 (0)