mirror of
				https://github.com/nsnail/spectre.console.git
				synced 2025-10-31 17:15:28 +08:00 
			
		
		
		
	chore: Update actions/upload-artifact action to v3
This commit is contained in:
		![29139614+renovate[bot]@users.noreply.github.com](/assets/img/avatar_default.png) renovate[bot]
					renovate[bot]
				
			
				
					committed by
					
						 Patrik Svensson
						Patrik Svensson
					
				
			
			
				
	
			
			
			 Patrik Svensson
						Patrik Svensson
					
				
			
						parent
						
							45a051150f
						
					
				
				
					commit
					b4cf7a76d3
				
			
							
								
								
									
										4
									
								
								.github/workflows/ci.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/ci.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -48,7 +48,7 @@ jobs: | |||||||
|         dotnet run --configuration Release |         dotnet run --configuration Release | ||||||
|  |  | ||||||
|     - name: Archive doc generation |     - name: Archive doc generation | ||||||
|       uses: actions/upload-artifact@v2 |       uses: actions/upload-artifact@v3 | ||||||
|       with: |       with: | ||||||
|         name: documentation-output |         name: documentation-output | ||||||
|         path: docs/output/ |         path: docs/output/ | ||||||
| @@ -99,7 +99,7 @@ jobs: | |||||||
|  |  | ||||||
|       - name: Upload Verify Test Results |       - name: Upload Verify Test Results | ||||||
|         if: failure() |         if: failure() | ||||||
|         uses: actions/upload-artifact@v2 |         uses: actions/upload-artifact@v3 | ||||||
|         with: |         with: | ||||||
|           name: verify-test-results |           name: verify-test-results | ||||||
|           path: | |           path: | | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user