serverless / github-action

:zap::octocat: A Github Action for deploying with the Serverless Framework
Apache License 2.0
662 stars 174 forks source link

Please add support for serverless v4 #91

Closed lxandrexl closed 1 month ago

lxandrexl commented 5 months ago

Don't forget to provide support here, we developers who use github actions would be very grateful.

ryanlawson commented 5 months ago

I have a PR open to address this and some other improvements. In the meantime I have them published here: https://github.com/ryanlawson/serverless-github-action

bernier commented 1 month ago

@ryanlawson do you know by any chance when the PR will be ready? I tried the repo you linked but I'm getting the error "s:cli-error-handler: Configuration file not found in directory "/github/workspace"" My only option right now is to downgrade my project to Serverless 3 and use my old setup. Thanks

skierkowski commented 1 month ago

V4 is already supported but you have to specify the version, serverless/github-action@v4. You can see it in action in the aws-ai-stack example project.