Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v9 throws error when deploying #60

Closed
adjwillig opened this issue Oct 23, 2024 · 3 comments
Closed

v9 throws error when deploying #60

adjwillig opened this issue Oct 23, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@adjwillig
Copy link

We're deploying our service with the following step:

  - name: Deploy Compute@Edge Package
    uses: fastly/compute-actions/deploy@main
    with:
      service_id: ${{ env.serviceID }}
      comment: 'Deployed via GitHub Actions'

With the release of v9 this morning, it's now throwing the error Error: artifact.create is not a function after deploying. This will prevent the subsequent steps from running, but the service will be deployed.

@kailan kailan self-assigned this Oct 28, 2024
@kailan kailan added the bug Something isn't working label Oct 28, 2024
@ozwaldorf
Copy link

Getting the same errors

@kailan kailan closed this as completed in 312537c Nov 18, 2024
kailan added a commit that referenced this issue Nov 18, 2024
Use new `@actions/artifact` API, resolves #60
@ozwaldorf
Copy link

ozwaldorf commented Nov 20, 2024

@kailan Will there be a release with the fix soon?

@kpfleming
Copy link
Contributor

It's in-process in #63.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants