Upgrade Guide
Update your deployment logic to actions/deploy-pages@v4 or newer.
Previously, withastro/action@v1 was compatible with older versions of the actions/deploy-pages action (v3 or older).
Now, withastro/actions@v2 is only compatible with v4 or newer. This is because we now rely on actions/upload-pages-artifact@v3.
- name: Deploy to GitHub Pages
id: deployment
- uses: actions/deploy-pages@v3
+ uses: actions/deploy-pages@v4Commits
- Upgrades action versions and default runtime to node 20 @LeadingMoominExpert (#41)
See details of all code changes since previous release.