We need to provide an mechanism to allow users to produce artifacts, the artifacts will need to write artifacts to $(steps.artifacts.path) which is resolved to /tekton/steps/<step-name>/artifacts/provenance.json in step container at runtime.
The ask here is to implement the corresponding replacement logic
$(steps.artifacts.path)
which is resolved to/tekton/steps/<step-name>/artifacts/provenance.json
in step container at runtime.step-
as prefix, notstep.name
defined intask