From 347660b7f27e15f23c28da42d55b64c45fdf5926 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 05:41:53 +0000 Subject: [PATCH] chore(deps): update github artifact actions to v4 --- .github/workflows/alpha-release.yml | 4 ++-- .github/workflows/beta-release.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/alpha-release.yml b/.github/workflows/alpha-release.yml index b1dc7f3..e8e571e 100644 --- a/.github/workflows/alpha-release.yml +++ b/.github/workflows/alpha-release.yml @@ -47,7 +47,7 @@ jobs: run: ./build-docker.sh - name: Upload the image - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: image path: deploy/ @@ -58,7 +58,7 @@ jobs: steps: - name: Download image - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: image path: image/ diff --git a/.github/workflows/beta-release.yml b/.github/workflows/beta-release.yml index 23eec5b..15dc707 100644 --- a/.github/workflows/beta-release.yml +++ b/.github/workflows/beta-release.yml @@ -47,7 +47,7 @@ jobs: run: ./build-docker.sh - name: Upload the image - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: image path: deploy/ @@ -58,7 +58,7 @@ jobs: steps: - name: Download image - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: image path: image/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f6ae1ab..bcee3e0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: run: ./build-docker.sh - name: Upload the image - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: image path: deploy/ @@ -58,7 +58,7 @@ jobs: steps: - name: Download image - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: image path: image/