mirror of
				https://github.com/actions/upload-artifact.git
				synced 2025-10-31 16:13:44 +00:00 
			
		
		
		
	fix typo with v3 artifact downloads in migration guide
This commit is contained in:
		
							parent
							
								
									52899c8c02
								
							
						
					
					
						commit
						dfa1ab292d
					
				| @ -32,6 +32,7 @@ jobs: | ||||
|       - name: Download All Artifacts | ||||
|         uses: actions/download-artifact@v3 | ||||
|         with: | ||||
|           name: my-artifact | ||||
|           path: my-artifact | ||||
|       - run: ls -R my-artifact | ||||
| ``` | ||||
| @ -72,6 +73,7 @@ jobs: | ||||
| -     uses: actions/download-artifact@v3 | ||||
| +     uses: actions/download-artifact@v4 | ||||
|       with: | ||||
| -       name: my-artifact | ||||
|         path: my-artifact | ||||
| +       pattern: my-artifact-* | ||||
| +       merge-multiple: true | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user