Skip to content

Commit

Permalink
update upload-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Oct 14, 2024
1 parent d9652d6 commit 8c19bd7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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

0 comments on commit 8c19bd7

Please sign in to comment.