Merge branch 'cb/ci-use-upload-artifacts-v1' into maint
Use upload-artifacts v1 (instead of v2) for 32-bit linux, as the new version has a blocker bug for that architecture. * cb/ci-use-upload-artifacts-v1: ci: use upload-artifacts v1 for dockerized jobs
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
								
							@ -273,7 +273,7 @@ jobs:
 | 
			
		||||
      if: failure()
 | 
			
		||||
    - name: Upload failed tests' directories
 | 
			
		||||
      if: failure() && env.FAILED_TEST_ARTIFACTS != ''
 | 
			
		||||
      uses: actions/upload-artifact@v2
 | 
			
		||||
      uses: actions/upload-artifact@v1
 | 
			
		||||
      with:
 | 
			
		||||
        name: failed-tests-${{matrix.vector.jobname}}
 | 
			
		||||
        path: ${{env.FAILED_TEST_ARTIFACTS}}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user