From f054ce7ae77794e48a13b7de3a1a05262c7a8d36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 18:23:26 +0000 Subject: [PATCH] Update actions/download-artifact action to v4 --- .github/workflows/deploy-ui.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-ui.yaml b/.github/workflows/deploy-ui.yaml index 7250705..c74d77e 100644 --- a/.github/workflows/deploy-ui.yaml +++ b/.github/workflows/deploy-ui.yaml @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Fetch artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: site-artifacts path: ../build @@ -61,7 +61,7 @@ jobs: DEPLOY_TOKEN: ${{ secrets.CORD_19_DEPLOY }} steps: - name: Fetch artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: site-artifacts path: ../build