From f417fc31e222ec6179358550958168b6146dc86c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 00:40:51 +0000 Subject: [PATCH] Update GitHub Artifact Actions to v4 --- .github/workflows/change-assurance.yml | 4 ++-- .../skel/prototype/.github/workflows/change-assurance.yml | 4 ++-- lib/create/skel/prototype/.github/workflows/main.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/change-assurance.yml b/.github/workflows/change-assurance.yml index 7d7b89d59..75b87b6e1 100644 --- a/.github/workflows/change-assurance.yml +++ b/.github/workflows/change-assurance.yml @@ -80,7 +80,7 @@ jobs: app: ${{ matrix.app }} - name: Save build directory - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: 'build-${{ matrix.app }}' path: "${{ matrix.app && format('apps/{0}/', matrix.app) }}dist" @@ -107,7 +107,7 @@ jobs: node: 18 - name: Download build directory - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: 'build-${{ matrix.app }}' path: "${{ matrix.app && format('apps/{0}/', matrix.app) }}dist" diff --git a/lib/create/skel/prototype/.github/workflows/change-assurance.yml b/lib/create/skel/prototype/.github/workflows/change-assurance.yml index 8fc0a463d..59399e6a8 100644 --- a/lib/create/skel/prototype/.github/workflows/change-assurance.yml +++ b/lib/create/skel/prototype/.github/workflows/change-assurance.yml @@ -40,7 +40,7 @@ jobs: uses: ./.github/actions/build-app - name: Save build directory - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: 'build' path: "dist" @@ -66,7 +66,7 @@ jobs: node: 16 - name: Download build directory - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: 'build' path: "dist" diff --git a/lib/create/skel/prototype/.github/workflows/main.yml b/lib/create/skel/prototype/.github/workflows/main.yml index 95d775c78..60dd6038a 100644 --- a/lib/create/skel/prototype/.github/workflows/main.yml +++ b/lib/create/skel/prototype/.github/workflows/main.yml @@ -44,7 +44,7 @@ jobs: uses: ./.github/actions/build-app - name: Save build directory - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: 'build' path: "dist" @@ -71,7 +71,7 @@ jobs: node: ${{ matrix.node }} - name: Download build directory - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: 'build' path: "dist"