psmodule/Download-CIArtifact (by PSModule)
Downloads an artifact from a CI workflow.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| Path | The path to the artifact to download. | no | — |
| WorkflowID | The filename or ID of the workflow to download the artifact from. You must provide either `WorkflowID` or `WorkflowRunID`. | no | "" |
| WorkflowRunID | The ID of the workflow run where the artifact will be downloaded from. You must provide either `WorkflowID` or `WorkflowRunID`. | no | "" |
| ArtifactName | Name of the artifact to download. If unspecified, all artifacts for the run are downloaded. | yes | — |
| GITHUB_TOKEN | The GitHub token used to authenticate with the GitHub API. | yes | — |
| WorkingDirectory | The working directory where the artifact will be downloaded to. Default is the root of the repository. | no | — |
Outputs
no outputs