Skip to content

Commit

Permalink
build(deps): bump actions/upload-artifact from 3 to 4 (#1798)
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 4, 2024
1 parent 8f3c0b4 commit 9888617
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 9888617

Please sign in to comment.