From 1adeca5a94782c746c874fff947995a4c60407e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 17:06:45 +0000 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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: |