From 6deba3ecd9573d7928bd57e5391cc8d286cc6a4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Dec 2023 07:15:40 +0000 Subject: [PATCH] Bump actions/upload-artifact from 2 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...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-and-push-cliain.yml | 2 +- .github/workflows/_build-production-node-and-runtime.yml | 4 ++-- .github/workflows/_build-synthetic-node.yml | 2 +- .github/workflows/_build-test-node-and-runtime.yml | 4 ++-- .github/workflows/_liminal-build-node.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/_build-and-push-cliain.yml b/.github/workflows/_build-and-push-cliain.yml index a8e81914..ea158960 100644 --- a/.github/workflows/_build-and-push-cliain.yml +++ b/.github/workflows/_build-and-push-cliain.yml @@ -44,7 +44,7 @@ jobs: - name: Upload cliain binary to GH artifacts if: ${{ inputs.check-only != true }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: cliain path: bin/cliain/target/release/cliain diff --git a/.github/workflows/_build-production-node-and-runtime.yml b/.github/workflows/_build-production-node-and-runtime.yml index f37128f7..c1bf723f 100644 --- a/.github/workflows/_build-production-node-and-runtime.yml +++ b/.github/workflows/_build-production-node-and-runtime.yml @@ -35,7 +35,7 @@ jobs: || echo "Liminal symbols are not present" - name: Upload release binary to GH artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: aleph-production-node path: target/production/aleph-node @@ -44,7 +44,7 @@ jobs: # required by _check-runtime-determinism.yml workflow - name: Upload release runtime to GH artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: aleph-production-runtime path: target/production/wbuild/aleph-runtime/aleph_runtime.compact.compressed.wasm diff --git a/.github/workflows/_build-synthetic-node.yml b/.github/workflows/_build-synthetic-node.yml index d693c487..e8b554a3 100644 --- a/.github/workflows/_build-synthetic-node.yml +++ b/.github/workflows/_build-synthetic-node.yml @@ -32,7 +32,7 @@ jobs: docker save -o aleph-node.tar aleph-node:syntheticnet - name: Upload synthetic aleph-node image - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: aleph-release-synthetic-docker path: aleph-node.tar diff --git a/.github/workflows/_build-test-node-and-runtime.yml b/.github/workflows/_build-test-node-and-runtime.yml index cb794bad..00abe45a 100644 --- a/.github/workflows/_build-test-node-and-runtime.yml +++ b/.github/workflows/_build-test-node-and-runtime.yml @@ -46,7 +46,7 @@ jobs: # this is required for some workflows, yet ideally it should not be required - name: Upload test binary to GH Artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: aleph-test-node path: target/release/aleph-node @@ -62,7 +62,7 @@ jobs: # this is solely required by action/run-e2e-test.yml, also it should not be required - name: Upload test docker image - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: aleph-test-docker path: aleph-node.tar diff --git a/.github/workflows/_liminal-build-node.yml b/.github/workflows/_liminal-build-node.yml index 134a571c..24ee03b2 100644 --- a/.github/workflows/_liminal-build-node.yml +++ b/.github/workflows/_liminal-build-node.yml @@ -34,7 +34,7 @@ jobs: - name: Upload liminal aleph-node binary to GH Artifacts if: ${{ inputs.check-only != true }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: aleph-node-liminal path: target/release/aleph-node