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"