From da410b3078b3bf15c7da727f7b1cf5b65e3a8dd0 Mon Sep 17 00:00:00 2001 From: Bryan Chen Date: Mon, 16 Sep 2024 12:10:00 +1200 Subject: [PATCH] fix ci --- .github/workflows/extrinsic-ordering-check-from-bin.yml | 2 +- .github/workflows/extrinsic-ordering-check-on-release.yml | 2 +- .github/workflows/publish-release.yml | 2 +- 3 files changed, 3 insertions(+), 3 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 e16704c4bc..6c13f00442 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -126,7 +126,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: |