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 |       - name: Upload logs | ||||||
|         if: failure() |         if: failure() | ||||||
|         uses: actions/upload-artifact@v2 |         uses: actions/upload-artifact@v3 | ||||||
|         with: |         with: | ||||||
|           name: ${{ env.TARGET }}-${{ env.SUBTARGET }}-logs |           name: ${{ env.TARGET }}-${{ env.SUBTARGET }}-logs | ||||||
|           path: "openwrt/logs" |           path: "openwrt/logs" | ||||||
|   | |||||||
							
								
								
									
										12
									
								
								.github/workflows/tools.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								.github/workflows/tools.yml
									
									
									
									
										vendored
									
									
								
							| @@ -84,14 +84,14 @@ jobs: | |||||||
|  |  | ||||||
|       - name: Upload logs |       - name: Upload logs | ||||||
|         if: always() |         if: always() | ||||||
|         uses: actions/upload-artifact@v2 |         uses: actions/upload-artifact@v3 | ||||||
|         with: |         with: | ||||||
|           name: macos-latest-logs |           name: macos-latest-logs | ||||||
|           path: ${{ env.WORKPATH }}/openwrt/logs |           path: ${{ env.WORKPATH }}/openwrt/logs | ||||||
|  |  | ||||||
|       - name: Upload config |       - name: Upload config | ||||||
|         if: always() |         if: always() | ||||||
|         uses: actions/upload-artifact@v2 |         uses: actions/upload-artifact@v3 | ||||||
|         with: |         with: | ||||||
|           name: macos-latest-config |           name: macos-latest-config | ||||||
|           path: ${{ env.WORKPATH }}/openwrt/.config |           path: ${{ env.WORKPATH }}/openwrt/.config | ||||||
| @@ -132,14 +132,14 @@ jobs: | |||||||
|  |  | ||||||
|       - name: Upload logs |       - name: Upload logs | ||||||
|         if: always() |         if: always() | ||||||
|         uses: actions/upload-artifact@v2 |         uses: actions/upload-artifact@v3 | ||||||
|         with: |         with: | ||||||
|           name: linux-buildbot-logs |           name: linux-buildbot-logs | ||||||
|           path: openwrt/logs |           path: openwrt/logs | ||||||
|  |  | ||||||
|       - name: Upload config |       - name: Upload config | ||||||
|         if: always() |         if: always() | ||||||
|         uses: actions/upload-artifact@v2 |         uses: actions/upload-artifact@v3 | ||||||
|         with: |         with: | ||||||
|           name: linux-buildbot-config |           name: linux-buildbot-config | ||||||
|           path: openwrt/.config |           path: openwrt/.config | ||||||
| @@ -152,7 +152,7 @@ jobs: | |||||||
|  |  | ||||||
|       - name: Upload prebuilt tools |       - name: Upload prebuilt tools | ||||||
|         if: github.event_name == 'push' |         if: github.event_name == 'push' | ||||||
|         uses: actions/upload-artifact@v2 |         uses: actions/upload-artifact@v3 | ||||||
|         with: |         with: | ||||||
|           name: linux-buildbot-prebuilt-tools |           name: linux-buildbot-prebuilt-tools | ||||||
|           path: openwrt/tools.tar |           path: openwrt/tools.tar | ||||||
| @@ -180,7 +180,7 @@ jobs: | |||||||
|           path: 'openwrt' |           path: 'openwrt' | ||||||
|  |  | ||||||
|       - name: Download prebuilt tools from build job |       - name: Download prebuilt tools from build job | ||||||
|         uses: actions/download-artifact@v2 |         uses: actions/download-artifact@v3 | ||||||
|         with: |         with: | ||||||
|           name: linux-buildbot-prebuilt-tools |           name: linux-buildbot-prebuilt-tools | ||||||
|           path: openwrt |           path: openwrt | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Christian Marangi
					Christian Marangi