The current Cloudflare Pages upload workflows should move off AdrianGonz97/refined-cf-pages-action@v1.
Why:
In this repo, the affected workflows are:
.github/workflows/deploy-preview.yml
.github/workflows/deploy-svelte-4.yml
.github/workflows/deploy-tailwind-3.yml
The migration should keep the existing direct-upload behavior, but use cloudflare/wrangler-action@v3 with wrangler pages deploy so the deploy path is no longer blocked by a Node 20 action runtime or by the deprecated Pages action lineage.
Related PR: #2736
The current Cloudflare Pages upload workflows should move off
AdrianGonz97/refined-cf-pages-action@v1.Why:
AdrianGonz97/refined-cf-pages-actioncurrently declaresruns.using: node20inaction.yml: https://github.com/AdrianGonz97/refined-cf-pages-action/blob/main/action.ymlcloudflare/pages-action, marks it deprecated, and recommendscloudflare/wrangler-actionfor Pages deployments: https://github.com/cloudflare/pages-actionIn this repo, the affected workflows are:
.github/workflows/deploy-preview.yml.github/workflows/deploy-svelte-4.yml.github/workflows/deploy-tailwind-3.ymlThe migration should keep the existing direct-upload behavior, but use
cloudflare/wrangler-action@v3withwrangler pages deployso the deploy path is no longer blocked by a Node 20 action runtime or by the deprecated Pages action lineage.Related PR: #2736