Skip to content

Commit

Permalink
merge origin/master
Browse files Browse the repository at this point in the history
  • Loading branch information
zjb0807 committed Nov 8, 2024
2 parents b4f29e3 + 613470c commit 9ddb114
Show file tree
Hide file tree
Showing 76 changed files with 1,281 additions and 504 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency:
cancel-in-progress: true

env:
TARPAULIN_VERSION: 0.27.3
TARPAULIN_VERSION: 0.31.2
CARGO_INCREMENTAL: 0
jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/extrinsic-ordering-check-from-bin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: cat output.txt

- name: Save output as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ env.CHAIN }}
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/extrinsic-ordering-check-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: cat output.txt

- name: Save output as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ env.CHAIN }}
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
filename: ${{ steps.generate-note.outputs.release-note }}

- name: Archive Artifacts for ${{ env.CHAIN }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ env.CHAIN }}-runtime
path: |
Expand All @@ -128,7 +128,7 @@ jobs:
${{ env.CHAIN }}-diff.txt
- name: Upload wasm to pinata
uses: aquiladev/ipfs-action@v0.1.6
uses: aquiladev/ipfs-action@v0.3.1
with:
path: ${{ steps.srtool_build.outputs.wasm_compressed }}
service: pinata
Expand Down
Loading

0 comments on commit 9ddb114

Please sign in to comment.