What's Changed
Breaking Changes
This release of the prefect deploy
action uses the latest version of Prefect - prefect 3. This is a breaking change, as prefect 3 operates differently than prefect 2, please see the official upgrade guide here.
If you would like to continue using prefect 2
, simply use the previous version of the action:
- name: Deploy to Prefect Cloud
uses: PrefectHQ/actions-prefect-deploy@v3
with:
...
- Update
prefect deploy
action to use Prefect version 3 by @jamiezieziula in #54
Full Changelog: v3...v4