From cf622ee172f544501c571fdcaac943c29ddea1de Mon Sep 17 00:00:00 2001 From: Francisco Valentim Castilho Date: Mon, 4 Nov 2024 15:35:31 -0300 Subject: [PATCH 1/2] Fix: Spec Bump --- invarch/runtime/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invarch/runtime/src/lib.rs b/invarch/runtime/src/lib.rs index 60265131..686233bb 100644 --- a/invarch/runtime/src/lib.rs +++ b/invarch/runtime/src/lib.rs @@ -164,7 +164,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("invarch"), impl_name: create_runtime_str!("invarch"), authoring_version: 1, - spec_version: 8, + spec_version: 9, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1, From 8492191215af257626b30d9b144284751082ab9b Mon Sep 17 00:00:00 2001 From: Gabriel Facco de Arruda Date: Mon, 4 Nov 2024 15:38:48 -0300 Subject: [PATCH 2/2] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f77c3673..ae0fbeda 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -101,7 +101,7 @@ jobs: cat ${{ github.event.inputs.chain }}-subwam-info.txt - name: Archive Artifacts for ${{ github.event.inputs.chain }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: ${{ github.event.inputs.chain }}-runtime path: |