CI: bump actions/download,upload-artifact action to v3
Bump actions/download,upload-artifact action to v3 on every workflow to mute node deprecation warning. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/kernel.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/kernel.yml
									
									
									
									
										vendored
									
									
								
							| @@ -209,7 +209,7 @@ jobs: | ||||
|  | ||||
|       - name: Upload logs | ||||
|         if: failure() | ||||
|         uses: actions/upload-artifact@v2 | ||||
|         uses: actions/upload-artifact@v3 | ||||
|         with: | ||||
|           name: ${{ env.TARGET }}-${{ env.SUBTARGET }}-logs | ||||
|           path: "openwrt/logs" | ||||
|   | ||||
							
								
								
									
										12
									
								
								.github/workflows/tools.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								.github/workflows/tools.yml
									
									
									
									
										vendored
									
									
								
							| @@ -84,14 +84,14 @@ jobs: | ||||
|  | ||||
|       - name: Upload logs | ||||
|         if: always() | ||||
|         uses: actions/upload-artifact@v2 | ||||
|         uses: actions/upload-artifact@v3 | ||||
|         with: | ||||
|           name: macos-latest-logs | ||||
|           path: ${{ env.WORKPATH }}/openwrt/logs | ||||
|  | ||||
|       - name: Upload config | ||||
|         if: always() | ||||
|         uses: actions/upload-artifact@v2 | ||||
|         uses: actions/upload-artifact@v3 | ||||
|         with: | ||||
|           name: macos-latest-config | ||||
|           path: ${{ env.WORKPATH }}/openwrt/.config | ||||
| @@ -132,14 +132,14 @@ jobs: | ||||
|  | ||||
|       - name: Upload logs | ||||
|         if: always() | ||||
|         uses: actions/upload-artifact@v2 | ||||
|         uses: actions/upload-artifact@v3 | ||||
|         with: | ||||
|           name: linux-buildbot-logs | ||||
|           path: openwrt/logs | ||||
|  | ||||
|       - name: Upload config | ||||
|         if: always() | ||||
|         uses: actions/upload-artifact@v2 | ||||
|         uses: actions/upload-artifact@v3 | ||||
|         with: | ||||
|           name: linux-buildbot-config | ||||
|           path: openwrt/.config | ||||
| @@ -152,7 +152,7 @@ jobs: | ||||
|  | ||||
|       - name: Upload prebuilt tools | ||||
|         if: github.event_name == 'push' | ||||
|         uses: actions/upload-artifact@v2 | ||||
|         uses: actions/upload-artifact@v3 | ||||
|         with: | ||||
|           name: linux-buildbot-prebuilt-tools | ||||
|           path: openwrt/tools.tar | ||||
| @@ -180,7 +180,7 @@ jobs: | ||||
|           path: 'openwrt' | ||||
|  | ||||
|       - name: Download prebuilt tools from build job | ||||
|         uses: actions/download-artifact@v2 | ||||
|         uses: actions/download-artifact@v3 | ||||
|         with: | ||||
|           name: linux-buildbot-prebuilt-tools | ||||
|           path: openwrt | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Christian Marangi
					Christian Marangi