mirror of
				https://github.com/actions/upload-artifact.git
				synced 2025-10-31 23:03:43 +00:00 
			
		
		
		
	Minor fix to the migration readme
This commit is contained in:
		
							parent
							
								
									4c0ff1c489
								
							
						
					
					
						commit
						00e36f94d8
					
				| @ -189,7 +189,8 @@ jobs: | ||||
|       - name: Create a File | ||||
|         run: echo "hello from ${{ matrix.runs-on }}" > file-${{ matrix.runs-on }}.txt | ||||
|       - name: Upload Artifact | ||||
|         uses: actions/upload-artifact@v3 | ||||
| -        uses: actions/upload-artifact@v3 | ||||
| +        uses: actions/upload-artifact@v4 | ||||
|         with: | ||||
| -         name: all-my-files | ||||
| +         name: my-artifact-${{ matrix.runs-on }} | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user