Update actions/download-artifact action to v4
This commit is contained in:
parent
1506846686
commit
7b2e874e4e
@ -63,13 +63,13 @@ jobs:
|
|||||||
working_directory: "./client"
|
working_directory: "./client"
|
||||||
steps:
|
steps:
|
||||||
- name: Download React app
|
- name: Download React app
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: react-app
|
name: react-app
|
||||||
path: app
|
path: app
|
||||||
|
|
||||||
- name: Download WASM program
|
- name: Download WASM program
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: wasm
|
name: wasm
|
||||||
path: app
|
path: app
|
||||||
@ -89,7 +89,7 @@ jobs:
|
|||||||
outputs:
|
outputs:
|
||||||
cid: ${{ steps.pin.outputs.cid }}
|
cid: ${{ steps.pin.outputs.cid }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: react-app-wasm
|
name: react-app-wasm
|
||||||
path: app
|
path: app
|
||||||
|
@ -62,13 +62,13 @@ jobs:
|
|||||||
working_directory: "./client"
|
working_directory: "./client"
|
||||||
steps:
|
steps:
|
||||||
- name: Download React app
|
- name: Download React app
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: react-app
|
name: react-app
|
||||||
path: app
|
path: app
|
||||||
|
|
||||||
- name: Download WASM program
|
- name: Download WASM program
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: wasm
|
name: wasm
|
||||||
path: app
|
path: app
|
||||||
|
Loading…
Reference in New Issue
Block a user