mirror of
				https://github.com/actions/upload-artifact.git
				synced 2025-10-23 08:56:38 +08:00 
			
		
		
		
	Add in note about where the upload goes to help newcomers
This commit is contained in:
		| @@ -21,6 +21,11 @@ steps: | ||||
|     path: path/to/artifact | ||||
| ``` | ||||
|  | ||||
| ## Where does the upload go? | ||||
| In the top right corner of a workflow run, once the run is over, if you used this action, there will be a `Artifacts` dropdown which you can download items from. Here's a screenshot of what it looks like<br/> | ||||
|  | ||||
|  | ||||
|  | ||||
| # License | ||||
|  | ||||
| The scripts and documentation in this project are released under the [MIT License](LICENSE) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user