Update actions/upload-artifact action to v4
This commit is contained in:
parent
1506846686
commit
67e70b5ba9
@ -25,7 +25,7 @@ jobs:
|
|||||||
GOARCH: wasm
|
GOARCH: wasm
|
||||||
|
|
||||||
- name: Upload wasm file
|
- name: Upload wasm file
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: wasm
|
name: wasm
|
||||||
path: ${{env.working_directory}}/main.wasm
|
path: ${{env.working_directory}}/main.wasm
|
||||||
@ -51,7 +51,7 @@ jobs:
|
|||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
- name: Upload react client
|
- name: Upload react client
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: react-app
|
name: react-app
|
||||||
path: ${{env.working_directory}}/build
|
path: ${{env.working_directory}}/build
|
||||||
@ -75,7 +75,7 @@ jobs:
|
|||||||
path: app
|
path: app
|
||||||
|
|
||||||
- name: Upload react app
|
- name: Upload react app
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: react-app-wasm
|
name: react-app-wasm
|
||||||
path: app
|
path: app
|
||||||
|
@ -24,7 +24,7 @@ jobs:
|
|||||||
GOARCH: wasm
|
GOARCH: wasm
|
||||||
|
|
||||||
- name: Upload wasm file
|
- name: Upload wasm file
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: wasm
|
name: wasm
|
||||||
path: ${{env.working_directory}}/main.wasm
|
path: ${{env.working_directory}}/main.wasm
|
||||||
@ -50,7 +50,7 @@ jobs:
|
|||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
- name: Upload react client
|
- name: Upload react client
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: react-app
|
name: react-app
|
||||||
path: ${{env.working_directory}}/build
|
path: ${{env.working_directory}}/build
|
||||||
@ -74,7 +74,7 @@ jobs:
|
|||||||
path: app
|
path: app
|
||||||
|
|
||||||
- name: Upload react app
|
- name: Upload react app
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: react-app-wasm
|
name: react-app-wasm
|
||||||
path: app
|
path: app
|
||||||
|
Loading…
Reference in New Issue
Block a user