Skip to main content

META_DOWNLOADS_ARTIFACT

Constant META_DOWNLOADS_ARTIFACT 

Source
pub const META_DOWNLOADS_ARTIFACT: &str = "downloads_artifact";
Expand description

Marks a Step that downloads a workflow artifact (typically actions/download-artifact or dawidd6/action-download-artifact). In workflow_run-triggered consumers, the originating run’s artifacts were produced from PR context — the consumer must treat their content as untrusted input even when the consumer itself runs with elevated perms.