We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It is currently possible to list artifacts for a workflow run using the GitHub API: https://developer.github.com/v3/actions/artifacts/#list-workflow-run-artifacts
This API is limited though because Artifacts will only be listed after a run is complete.
The @actions/artifact package should add a public listArtifacts() method that will allow users to get a list of artifacts during a run
@actions/artifact
listArtifacts()
The text was updated successfully, but these errors were encountered:
v2.0.0 of @actions/artifact which was recently released has a listArtifacts method!
listArtifacts
toolkit/packages/artifact/src/internal/client.ts
Lines 42 to 54 in 5430c5d
https://github.com/actions/toolkit/tree/main/packages/artifact#downloading-from-other-workflow-runs-or-repos
Sorry, something went wrong.
No branches or pull requests
It is currently possible to list artifacts for a workflow run using the GitHub API: https://developer.github.com/v3/actions/artifacts/#list-workflow-run-artifacts
This API is limited though because Artifacts will only be listed after a run is complete.
The
@actions/artifact
package should add a publiclistArtifacts()
method that will allow users to get a list of artifacts during a runThe text was updated successfully, but these errors were encountered: