Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Feb 13:40
· 1 commit to refs/heads/main since this release
acfe56d

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@v4

Commits

See details of all code changes since previous release.