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 62
62
SHA : ${{ github.sha }}
63
63
run : NAMADA_INTERFACE_REVISION=$SHA yarn build:chrome
64
64
65
- - uses : actions/upload-artifact@v3
65
+ - uses : actions/upload-artifact@v4
66
66
with :
67
67
name : namada-keychain-chrome
68
68
path : ./apps/extension/build/chrome/namada_keychain-*.zip
97
97
SHA : ${{ github.sha }}
98
98
run : NAMADA_INTERFACE_REVISION=$SHA yarn build:firefox
99
99
100
- - uses : actions/upload-artifact@v3
100
+ - uses : actions/upload-artifact@v4
101
101
with :
102
102
name : namada-keychain-firefox
103
103
path : ./apps/extension/build/firefox/namada_keychain-*.zip
@@ -107,13 +107,13 @@ jobs:
107
107
runs-on : ubuntu-24.04
108
108
steps :
109
109
- name : Download Chrome extension build
110
- uses : actions/download-artifact@v3
110
+ uses : actions/download-artifact@v4
111
111
with :
112
112
name : namada-keychain-chrome
113
113
path : ./namada-keychain-chrome
114
114
115
115
- name : Download Firefox extension build
116
- uses : actions/download-artifact@v3
116
+ uses : actions/download-artifact@v4
117
117
with :
118
118
name : namada-keychain-firefox
119
119
path : ./namada-keychain-firefox
You can’t perform that action at this time.
0 commit comments