From bb91be48a111264bdc63bc61b539d96e06db8332 Mon Sep 17 00:00:00 2001 From: Yuki Takei Date: Thu, 4 Apr 2024 20:23:38 +0000 Subject: [PATCH] upgrade actions/download-artifact to v4 --- .github/workflows/reusable-app-prod.yml | 4 ++-- .github/workflows/reusable-app-reg-suit.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/reusable-app-prod.yml b/.github/workflows/reusable-app-prod.yml index 53a8649e4be..e274e292ee1 100644 --- a/.github/workflows/reusable-app-prod.yml +++ b/.github/workflows/reusable-app-prod.yml @@ -174,7 +174,7 @@ jobs: yarn --production - name: Download production files artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: Production Files (node${{ inputs.node-version }}) @@ -276,7 +276,7 @@ jobs: yarn cypress install - name: Download production files artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: Production Files (node${{ inputs.node-version }}) diff --git a/.github/workflows/reusable-app-reg-suit.yml b/.github/workflows/reusable-app-reg-suit.yml index 23eae24f196..9dc83817c1a 100644 --- a/.github/workflows/reusable-app-reg-suit.yml +++ b/.github/workflows/reusable-app-reg-suit.yml @@ -86,7 +86,7 @@ jobs: yarn --frozen-lockfile - name: Download screenshots taken by cypress - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{ inputs.cypress-report-artifact-name }} path: apps/app/test/cypress