Use v1 instead of master in example
				
					
				
			This commit is contained in:
		
							parent
							
								
									f9dc46e362
								
							
						
					
					
						commit
						61a177553a
					
				| @ -17,7 +17,7 @@ steps: | |||||||
| 
 | 
 | ||||||
| - run: echo hello > path/to/artifact/world.txt | - run: echo hello > path/to/artifact/world.txt | ||||||
| 
 | 
 | ||||||
| - uses: actions/upload-artifact@master | - uses: actions/upload-artifact@v1 | ||||||
|   with: |   with: | ||||||
|     name: my-artifact |     name: my-artifact | ||||||
|     path: path/to/artifact |     path: path/to/artifact | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user