Compare commits

..

1 Commits

Author SHA1 Message Date
7b2e874e4e Update actions/download-artifact action to v4
Some checks failed
PR build / build-wasm (pull_request) Successful in 11s
PR build / build-react (pull_request) Successful in 40s
PR build / merge (pull_request) Failing after 10s
2024-11-09 13:51:31 +00:00
3 changed files with 6665 additions and 8417 deletions

View File

@ -63,13 +63,13 @@ jobs:
working_directory: "./client"
steps:
- name: Download React app
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: react-app
path: app
- name: Download WASM program
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: wasm
path: app
@ -89,14 +89,14 @@ jobs:
outputs:
cid: ${{ steps.pin.outputs.cid }}
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: react-app-wasm
path: app
- name: 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:
ipfs_host: "ipfs-api.ipfs.svc"
ipfs_port: "5001"

View File

@ -62,13 +62,13 @@ jobs:
working_directory: "./client"
steps:
- name: Download React app
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: react-app
path: app
- name: Download WASM program
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: wasm
path: app

15070
client/package-lock.json generated

File diff suppressed because it is too large Load Diff