From c0ae284ea1e307f09b0bd872ebe8cf70c83faa7b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 20:34:08 +0000 Subject: [PATCH] Update actions/download-artifact action to v8 --- .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 e3fc97f..c09fe27 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@v7" + uses: "actions/download-artifact@v8" id: "preview-build-artifact" with: name: "preview-build"