--- inputs: name: default: artifact.tar description: Artifact name path: description: Paths of the file or directory with the data required: true outputs: {} runs: using: composite steps: - name: collect shell: sh run: "true" - name: upload shell: sh run: "true"