mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 15:14:00 +00:00 
			
		
		
		
	Bump actions/upload-artifact@v3
				
					
				
			This commit is contained in:
		
							parent
							
								
									3d8cf3e175
								
							
						
					
					
						commit
						878c003443
					
				
							
								
								
									
										2
									
								
								.github/workflows/check-dist.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/check-dist.yml
									
									
									
									
										vendored
									
									
								
							@ -42,7 +42,7 @@ jobs:
 | 
				
			|||||||
        id: diff
 | 
					        id: diff
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      # If index.js was different than expected, upload the expected version as an artifact
 | 
					      # If index.js was different than expected, upload the expected version as an artifact
 | 
				
			||||||
      - uses: actions/upload-artifact@v2
 | 
					      - uses: actions/upload-artifact@v3
 | 
				
			||||||
        if: ${{ failure() && steps.diff.conclusion == 'failure' }}
 | 
					        if: ${{ failure() && steps.diff.conclusion == 'failure' }}
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          name: dist
 | 
					          name: dist
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user