mirror of
				https://github.com/actions/upload-artifact.git
				synced 2025-10-23 08:56:38 +08:00 
			
		
		
		
	use correct artifact name in test
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							| @@ -191,7 +191,7 @@ jobs: | |||||||
|     - name: 'Download merged artifacts' |     - name: 'Download merged artifacts' | ||||||
|       uses: actions/download-artifact@v4 |       uses: actions/download-artifact@v4 | ||||||
|       with: |       with: | ||||||
|         name: Merged-Artifacts |         name: merged-artifacts | ||||||
|         path: all-merged-artifacts |         path: all-merged-artifacts | ||||||
|     - name: 'Check merged artifact has directories for each artifact' |     - name: 'Check merged artifact has directories for each artifact' | ||||||
|       run: | |       run: | | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user