From a96c32e51225f5c8121676a99d7687cd24b23458 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 14:55:16 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v5 --- .github/workflows/deploy-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index b170dfb91..8c5951916 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -18,7 +18,7 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: - name: Download build artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 id: preview-build-artifact with: name: preview-build