From b915e65d4ed52ecf6ca83340499b75601d267b3b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 15:10:12 +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 b170dfb9..8c595191 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