We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 493285b commit 4e70d58Copy full SHA for 4e70d58
.github/workflows/ci.yml
@@ -66,7 +66,7 @@ jobs:
66
npm run force-webui-download
67
68
- name: Attach cached ipfs-webui to Github Action
69
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
70
with:
71
name: ipfs-webui
72
path: assets/webui
@@ -250,7 +250,7 @@ jobs:
250
# - action artifacts can be downloaded for 90 days, then are removed by github
251
# - binaries in PRs from forks won't be signed
252
- name: Attach produced packages to Github Action
253
254
255
name: dist-${{ matrix.os }}
256
path: dist/*esktop*.*
0 commit comments