Skip to content

Commit

Permalink
Merge pull request #668 from galacticcouncil/artifacts-v4
Browse files Browse the repository at this point in the history
ci: github artifacts v4
  • Loading branch information
mrq1911 authored Sep 12, 2024
2 parents 2775594 + edd5b6e commit 2352697
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:
- name: Version info
run: ./target/release/basilisk --version
- name: Upload release binary
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: basilisk
path: target/release/basilisk
- name: Upload release wasm
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: basilisk_runtime.compact.compressed.wasm
path: target/release/basilisk_runtime.compact.compressed.wasm
Expand Down

0 comments on commit 2352697

Please sign in to comment.