PatrickMassot/leanblueprint

Outdated/deprecated versions of actions used in `templates/blueprint.yml`

Opened this issue · 0 comments

Per this blog post, the actions actions/checkout@v2, actions/cache@v3, actions/upload-artifact@v3, and actions/deploy-pages@v1 have been deprecated, since they still use Node 16. Github also encourages users to upgrade to actions/upload-artifact@v4, since version v3 will be deprecated on June 30.