File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 6767 WALLET_CONNECT_PROJECT_ID : ${{ secrets.WALLET_CONNECT_PROJECT_ID }}
6868
6969 - name : Archive App
70- uses : actions/upload-artifact@v1
70+ uses : actions/upload-artifact@v4
7171 with :
7272 name : build
7373 path : build
8080 IPFS_HOST : ${{ secrets.IPFS_HOST }}
8181
8282 - name : Upload IPFS Release Artifact
83- uses : actions/upload-artifact@v1
83+ uses : actions/upload-artifact@v4
8484 with :
8585 name : .release
86+ include-hidden-files : true
8687 path : .release
Original file line number Diff line number Diff line change 2727 run : yarn install --ignore-optional --ignore-platform
2828
2929 - name : Download artifact
30- uses : dawidd6/action-download-artifact@v2
30+ uses : dawidd6/action-download-artifact@v6
3131 with :
3232 github_token : ${{secrets.GITHUB_TOKEN}}
3333 workflow : build-workflow.yml
You can’t perform that action at this time.
0 commit comments