Compare commits
1 Commits
master
...
renovate/a
Author | SHA1 | Date | |
---|---|---|---|
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,14 +89,14 @@ 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
|
||||||
|
|
||||||
- name: pin
|
- name: pin
|
||||||
id: pin
|
id: pin
|
||||||
uses: docker://gitea.bruyant.xyz/alexandre/ipfs-node-pin:1.0.2
|
uses: docker://gitea.bruyant.xyz/alexandre/ipfs-node-pin:1.0.1
|
||||||
with:
|
with:
|
||||||
ipfs_host: "ipfs-api.ipfs.svc"
|
ipfs_host: "ipfs-api.ipfs.svc"
|
||||||
ipfs_port: "5001"
|
ipfs_port: "5001"
|
||||||
|
@ -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
|
||||||
|
14992
client/package-lock.json
generated
14992
client/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user