Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-nodes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
cargo strip

- name: upload substrate binary
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: nightly-substrate-binary
path: target/release/substrate-node
Expand All @@ -60,7 +60,7 @@ jobs:
tar -zcvf target/release/polkadot.tar.gz target/release/polkadot

- name: upload polkadot binary
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: nightly-polkadot-binary
path: |
Expand Down