Skip to content

Commit 1677380

Browse files
committed
chore: bump upload-artifact to v4
1 parent 92c4b40 commit 1677380

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-extension-demo.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
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
@@ -97,7 +97,7 @@ jobs:
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

0 commit comments

Comments
 (0)