Skip to content

Commit

Permalink
updated actions/upload-artifact to v4 (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToufeeqP authored Sep 12, 2024
1 parent 74ef645 commit 383fb72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
run: cargo build --release -p avail-node

- name: Upload avail-node binary
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: avail-node
path: target/release/avail-node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weights.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
$EXTRA $OUR_PALLETS ./scripts/run_benchmarks.sh
- name: Upload output as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: weights-result
path: ./output/

0 comments on commit 383fb72

Please sign in to comment.