mirror of
				https://git.mirrors.martin98.com/https://github.com/actions/upload-artifact
				synced 2025-10-31 16:11:08 +08:00 
			
		
		
		
	Merge pull request #511 from actions/robherley/migration-docs-typo
Fix typo with v3 artifact downloads in migration guide
This commit is contained in:
		
						commit
						3a8048248f
					
				| @ -33,6 +33,7 @@ jobs: | |||||||
|       - name: Download All Artifacts |       - name: Download All Artifacts | ||||||
|         uses: actions/download-artifact@v3 |         uses: actions/download-artifact@v3 | ||||||
|         with: |         with: | ||||||
|  |           name: my-artifact | ||||||
|           path: my-artifact |           path: my-artifact | ||||||
|       - run: ls -R my-artifact |       - run: ls -R my-artifact | ||||||
| ``` | ``` | ||||||
| @ -73,6 +74,7 @@ jobs: | |||||||
| -     uses: actions/download-artifact@v3 | -     uses: actions/download-artifact@v3 | ||||||
| +     uses: actions/download-artifact@v4 | +     uses: actions/download-artifact@v4 | ||||||
|       with: |       with: | ||||||
|  | -       name: my-artifact | ||||||
|         path: my-artifact |         path: my-artifact | ||||||
| +       pattern: my-artifact-* | +       pattern: my-artifact-* | ||||||
| +       merge-multiple: true | +       merge-multiple: true | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Rob Herley
						Rob Herley