mirror of
				https://github.com/actions/download-artifact.git
				synced 2025-10-31 16:43:41 +00:00 
			
		
		
		
	Move log statements
This commit is contained in:
		
							parent
							
								
									68909842a1
								
							
						
					
					
						commit
						278fca438a
					
				
							
								
								
									
										6
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							| @ -118857,10 +118857,10 @@ function run() { | |||||||
|                     core.warning(`Artifact '${artifactName}' digest validation failed. Please verify the integrity of the artifact.`); |                     core.warning(`Artifact '${artifactName}' digest validation failed. Please verify the integrity of the artifact.`); | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|             core.info(`Total of ${artifacts.length} artifact(s) downloaded`); |  | ||||||
|             core.setOutput(constants_1.Outputs.DownloadPath, resolvedPath); |  | ||||||
|             core.info('Download artifact has finished successfully'); |  | ||||||
|         } |         } | ||||||
|  |         core.info(`Total of ${artifacts.length} artifact(s) downloaded`); | ||||||
|  |         core.setOutput(constants_1.Outputs.DownloadPath, resolvedPath); | ||||||
|  |         core.info('Download artifact has finished successfully'); | ||||||
|     }); |     }); | ||||||
| } | } | ||||||
| exports.run = run; | exports.run = run; | ||||||
|  | |||||||
| @ -138,10 +138,10 @@ export async function run(): Promise<void> { | |||||||
|         ) |         ) | ||||||
|       } |       } | ||||||
|     } |     } | ||||||
|     core.info(`Total of ${artifacts.length} artifact(s) downloaded`) |  | ||||||
|     core.setOutput(Outputs.DownloadPath, resolvedPath) |  | ||||||
|     core.info('Download artifact has finished successfully') |  | ||||||
|   } |   } | ||||||
|  |   core.info(`Total of ${artifacts.length} artifact(s) downloaded`) | ||||||
|  |   core.setOutput(Outputs.DownloadPath, resolvedPath) | ||||||
|  |   core.info('Download artifact has finished successfully') | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| run().catch(err => | run().catch(err => | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user