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

Failing extension deploys - Error: Unable to find any artifacts for the associated workflow #243

Closed
archiewood opened this issue Dec 30, 2024 · 1 comment

Comments

@archiewood
Copy link
Contributor

archiewood commented Dec 30, 2024

We're encountering an issue whereby the extension CI process fails to deploy the binaries after a successful build.

evidence-dev/duckdb_gsheets#48

Specifically the error being thrown is

0s
Run actions/download-artifact@v3
  with:
    name: gsheets-v[1](https://github.com/evidence-dev/duckdb_gsheets/actions/runs/12548878003/job/34989862992?pr=48#step:4:1).1.3-extension-linux_amd64
    path: /tmp/extension
  
Starting download for gsheets-v1.1.[3](https://github.com/evidence-dev/duckdb_gsheets/actions/runs/12548878003/job/34989862992?pr=48#step:4:3)-extension-linux_amd64
Error: Unable to find any artifacts for the associated workflow
@archiewood archiewood changed the title Failing extension deploys Failing extension deploys - Error: Unable to find any artifacts for the associated workflow Dec 30, 2024
@samansmink
Copy link
Collaborator

The artifact upload step is using v4 whereas the download step is on v3 because that is checked into the extension repo and has fallen behind.

You can probably consider removing the local deploy workflow as we have done recently in the extension template duckdb/extension-template#98

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants