Skip to content

Commit cc75c73

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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

0 commit comments

Comments
 (0)