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'