build(deps): bump actions/upload-artifact from 3 to 4 (#1798)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-10-04 10:13:24 +02:00
committed by GitHub
parent 8f3c0b44fb
commit 9888617245
+2 -2
View File
@@ -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
@@ -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: |