|  | @@ -11,7 +11,7 @@ jobs:
 | 
											
												
													
														|  |      
 |  |      
 | 
											
												
													
														|  |      steps:
 |  |      steps:
 | 
											
												
													
														|  |        - name: Check out code from GitHub
 |  |        - name: Check out code from GitHub
 | 
											
												
													
														|  | -        uses: actions/checkout@v2
 |  | 
 | 
											
												
													
														|  | 
 |  | +        uses: actions/checkout@v3
 | 
											
												
													
														|  |          with:
 |  |          with:
 | 
											
												
													
														|  |            path: ZuluSCSI
 |  |            path: ZuluSCSI
 | 
											
												
													
														|  |            fetch-depth: "0"
 |  |            fetch-depth: "0"
 | 
											
										
											
												
													
														|  | @@ -31,7 +31,7 @@ jobs:
 | 
											
												
													
														|  |            utils/rename_binaries.sh
 |  |            utils/rename_binaries.sh
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |        - name: Upload binaries into build artifacts
 |  |        - name: Upload binaries into build artifacts
 | 
											
												
													
														|  | -        uses: actions/upload-artifact@v2
 |  | 
 | 
											
												
													
														|  | 
 |  | +        uses: actions/upload-artifact@v3
 | 
											
												
													
														|  |          with:
 |  |          with:
 | 
											
												
													
														|  |            path: ZuluSCSI/distrib/*
 |  |            path: ZuluSCSI/distrib/*
 | 
											
												
													
														|  |            name: ZuluSCSI binaries
 |  |            name: ZuluSCSI binaries
 |