We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6298d9a commit 0e1990bCopy full SHA for 0e1990b
.github/workflows/build-nodes.yml
@@ -49,7 +49,7 @@ jobs:
49
cargo strip
50
51
- name: upload substrate binary
52
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
53
with:
54
name: nightly-substrate-binary
55
path: target/release/substrate-node
@@ -62,7 +62,7 @@ jobs:
62
tar -zcvf target/release/polkadot.tar.gz target/release/polkadot
63
64
- name: upload polkadot binary
65
66
67
name: nightly-polkadot-binary
68
path: |
0 commit comments