File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6262 SHA : ${{ github.sha }}
6363 run : NAMADA_INTERFACE_REVISION=$SHA yarn build:chrome
6464
65- - uses : actions/upload-artifact@v3
65+ - uses : actions/upload-artifact@v4
6666 with :
6767 name : namada-keychain-chrome
6868 path : ./apps/extension/build/chrome/namada_keychain-*.zip
9797 SHA : ${{ github.sha }}
9898 run : NAMADA_INTERFACE_REVISION=$SHA yarn build:firefox
9999
100- - uses : actions/upload-artifact@v3
100+ - uses : actions/upload-artifact@v4
101101 with :
102102 name : namada-keychain-firefox
103103 path : ./apps/extension/build/firefox/namada_keychain-*.zip
@@ -107,13 +107,13 @@ jobs:
107107 runs-on : ubuntu-24.04
108108 steps :
109109 - name : Download Chrome extension build
110- uses : actions/download-artifact@v3
110+ uses : actions/download-artifact@v4
111111 with :
112112 name : namada-keychain-chrome
113113 path : ./namada-keychain-chrome
114114
115115 - name : Download Firefox extension build
116- uses : actions/download-artifact@v3
116+ uses : actions/download-artifact@v4
117117 with :
118118 name : namada-keychain-firefox
119119 path : ./namada-keychain-firefox
You can’t perform that action at this time.
0 commit comments