withastro / action

A GitHub Action that deploys your Astro project to GitHub Pages
Other
153 stars 34 forks source link

Pin `actions/upload-pages-artifact` to v2 #38

Closed natemoo-re closed 9 months ago

natemoo-re commented 9 months ago

Related to https://github.com/withastro/action/issues/37

Turns out that bumping to actions/upload-pages-artifact@v3 is quite a breaking change, so we need to use actions/upload-pages-artifact@v2 on the v1 release line. We can bump to v3 on our own v2 line. See GitHub Actions – Artifacts v4 is now Generally Available for more information.