Skip to content

Commit

Permalink
CI: Upgrade actions/upload-artifact from v2 to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
terryburton committed Jan 21, 2023
1 parent daf2cc8 commit 7d695de
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/gs1encoders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
[ "$(find plist/ -name *.html)" = '' ];
- name: "clang static analyzer: Store assets on failure"
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: clang-scan.tgz
path: plist/**/*.html
Expand Down Expand Up @@ -281,7 +281,7 @@ jobs:
- name: Store Windows development libs
if: startsWith(github.ref, 'refs/tags/')
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: windows-libs
path: src/c-lib/build/library/Win32/Release/gs1encoders-windows-libs.zip
Expand All @@ -293,7 +293,7 @@ jobs:
- name: Store Windows console app
if: startsWith(github.ref, 'refs/tags/')
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: windows-console-app
path: src/c-lib/build/console-app/Win32/Release/gs1encoders-windows-console-app.zip
Expand All @@ -305,7 +305,7 @@ jobs:
- name: Store Windows GUI app
if: startsWith(github.ref, 'refs/tags/')
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: windows-gui-app
path: src/dotnet-app/bin/Release/netcoreapp3.1/win-x86/publish/gs1encoders-windows-gui-app.zip
Expand Down Expand Up @@ -333,7 +333,7 @@ jobs:
- name: Store Linux build
if: startsWith(github.ref, 'refs/tags/')
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: linux-app
path: src/c-lib/build/gs1encoders-linux-app.tgz
Expand All @@ -360,7 +360,7 @@ jobs:
- name: Store WASM build
if: startsWith(github.ref, 'refs/tags/')
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: wasm-app
path: src/c-lib/build-wasm/gs1encoders-wasm-app.tgz
Expand Down Expand Up @@ -388,7 +388,7 @@ jobs:
- name: Store JSONLY build
if: startsWith(github.ref, 'refs/tags/')
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: jsonly-app
path: src/c-lib/build-wasm/gs1encoders-jsonly-app.tgz
Expand Down

0 comments on commit 7d695de

Please sign in to comment.