Skip to content
Compare
Choose a tag to compare
@jamiezieziula jamiezieziula released this 04 Sep 15:10
· 4 commits to main since this release
84a20bc

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:
          ...

Full Changelog: v3...v4