Skip to content

Commit

Permalink
use new version of upload-artifact in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Roznovjak committed Sep 12, 2024
1 parent 2775594 commit 6bc21d9
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@v3
with:
name: basilisk
path: target/release/basilisk
- name: Upload release wasm
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: basilisk_runtime.compact.compressed.wasm
path: target/release/basilisk_runtime.compact.compressed.wasm
Expand Down

0 comments on commit 6bc21d9

Please sign in to comment.