We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92c4b40 commit cc75c73Copy full SHA for cc75c73
.github/workflows/build-extension-demo.yml
@@ -62,7 +62,7 @@ jobs:
62
SHA: ${{ github.sha }}
63
run: NAMADA_INTERFACE_REVISION=$SHA yarn build:chrome
64
65
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
66
with:
67
name: namada-keychain-chrome
68
path: ./apps/extension/build/chrome/namada_keychain-*.zip
@@ -97,7 +97,7 @@ jobs:
97
98
run: NAMADA_INTERFACE_REVISION=$SHA yarn build:firefox
99
100
101
102
name: namada-keychain-firefox
103
path: ./apps/extension/build/firefox/namada_keychain-*.zip
0 commit comments