You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Check artifact existence
v0.2
This action checks if an artifact exists and is available in the workflow.
name
(Required) - The name of the artifact to be checked.
exists
- Determines if the artifact with the provided name is present.
uses: xSAVIKx/artifact-exists-action@v0
with:
name: 'coverage-artifact'