I was previously able to deploy successfully to Vercel using GitHub Actions (specifically amondnet/vercel-action@v25.x) without being part of a paid Vercel team.
However, starting Friday, April 17, deployments began failing with an error indicating that the Vercel CLI must be updated to version 47.2.2 or later.
After attempting to resolve this:
- I upgraded the GitHub Action to multiple newer versions (including the latest available)
- I ensured the CLI version requirement was met
Despite this, deployments now fail with an error indicating that the user must be part of a paid Vercel team to proceed.
Current Behavior:
- Deployment fails even after upgrading CLI / action versions
- Error suggests that access now requires a paid Vercel team membership
Any clarification or guidance would be appreciated.
I was previously able to deploy successfully to Vercel using GitHub Actions (specifically
amondnet/vercel-action@v25.x) without being part of a paid Vercel team.However, starting Friday, April 17, deployments began failing with an error indicating that the Vercel CLI must be updated to version
47.2.2or later.After attempting to resolve this:
Despite this, deployments now fail with an error indicating that the user must be part of a paid Vercel team to proceed.
Current Behavior:
Any clarification or guidance would be appreciated.