Skip to content

Commit cedd2b0

Browse files
Merge pull request #17 from paritytech/yuri/upgrade-actions
Actions upgrade; v3 is deprecated
2 parents 1d97707 + 90030b0 commit cedd2b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: npm pack
3333
run: cd dist && npm pack
3434

35-
- uses: actions/upload-artifact@v3
35+
- uses: actions/upload-artifact@v4
3636
with:
3737
name: package
3838
path: "dist/create-polkadot-dapp-*.tgz"

0 commit comments

Comments
 (0)