softwareforgood/Check Artifact v4 Existence

Checks if an artifact with a given name, uploaded with actions/upload-artifact@v4, exists. If it does, the `exists` property is set on the `outputs` context. `exists` will be set to `true` if it the artifact was downloaded, `false` it couldn't be downloaded. It could also be `null` if something in the composite workflow failed and it never couldn't got to the end, if the `download-artifact` call was skipped or something else strange happened.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
nameName of the artifact to checkyes
namedescription
existsDetermines if the artifact with the provided name is present and can be downloaded.