From 4833aef62b19df9ca949c52ba1cd43fc6e17155d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Dec 2023 13:59:29 +0100 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 (#320) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-runtime.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-runtime.yaml b/.github/workflows/build-runtime.yaml index e406eb7c..40a2f969 100644 --- a/.github/workflows/build-runtime.yaml +++ b/.github/workflows/build-runtime.yaml @@ -42,7 +42,7 @@ jobs: run: cp `dirname ${{ steps.srtool_build.outputs.wasm }}`/*.wasm ./ - name: Archive Runtime if: github.event_name != 'release' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ matrix.runtime }}-runtime-${{ github.sha }} path: |