Skip to content

Commit

Permalink
Merge pull request #903 from galacticcouncil/github-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 ffc7b9e + b5db5f8 commit 75a3e25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
- name: Version info
run: ./target/release/hydradx --version
- name: Upload release binary
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: hydradx
path: target/release/hydradx
- name: Upload release wasm
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: hydradx_runtime.compact.compressed.wasm
path: target/release/wbuild/hydradx-runtime/hydradx_runtime.compact.compressed.wasm
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
ref: 1ad4db1c546f31a4f8e8987ada39dc7ef71100fe

- name: Download WASM artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: hydradx_runtime.compact.compressed.wasm

Expand Down

0 comments on commit 75a3e25

Please sign in to comment.