From 8c19bd730f5bc8d908548bfb936d638af31882b3 Mon Sep 17 00:00:00 2001 From: Bryan Chen Date: Mon, 14 Oct 2024 15:00:30 +1300 Subject: [PATCH] update upload-artifact version --- .github/workflows/extrinsic-ordering-check-from-bin.yml | 2 +- .github/workflows/extrinsic-ordering-check-on-release.yml | 2 +- .github/workflows/publish-release.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/extrinsic-ordering-check-from-bin.yml b/.github/workflows/extrinsic-ordering-check-from-bin.yml index 71ce8d5457..a33dda17e0 100644 --- a/.github/workflows/extrinsic-ordering-check-from-bin.yml +++ b/.github/workflows/extrinsic-ordering-check-from-bin.yml @@ -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: | diff --git a/.github/workflows/extrinsic-ordering-check-on-release.yml b/.github/workflows/extrinsic-ordering-check-on-release.yml index 836df9e7c5..6c614dc9b9 100644 --- a/.github/workflows/extrinsic-ordering-check-on-release.yml +++ b/.github/workflows/extrinsic-ordering-check-on-release.yml @@ -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: | diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index b4f1addfaf..c898690882 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -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: | @@ -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