From 602c404298a66668838bcc42e7217900775b02d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 01:47:59 +0000 Subject: [PATCH] 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 0ba6c22..e8addc0 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -19,7 +19,7 @@ jobs: name: "Deploy Preview to Cloudflare Pages" steps: - name: "Download build artifact" - uses: "actions/download-artifact@v4" + uses: "actions/download-artifact@v5" id: "preview-build-artifact" with: name: "preview-build"