ci: upload-artifact v3 -> v4
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/debian-cache.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/debian-cache.yml
									
									
									
									
										vendored
									
									
								
							| @@ -31,14 +31,14 @@ jobs: | |||||||
|       run: sudo apt install s3cmd |       run: sudo apt install s3cmd | ||||||
|  |  | ||||||
|     - name: Archive cache |     - name: Archive cache | ||||||
|       uses: actions/upload-artifact@v3 |       uses: actions/upload-artifact@v4 | ||||||
|       with: |       with: | ||||||
|         name: debian-cache |         name: debian-cache | ||||||
|         path: ~/.out-of-tree/debian.cache |         path: ~/.out-of-tree/debian.cache | ||||||
|  |  | ||||||
|     - name: Archive logs |     - name: Archive logs | ||||||
|       if: always() |       if: always() | ||||||
|       uses: actions/upload-artifact@v3 |       uses: actions/upload-artifact@v4 | ||||||
|       with: |       with: | ||||||
|         name: debian-cache-logs |         name: debian-cache-logs | ||||||
|         path: ~/.out-of-tree/logs |         path: ~/.out-of-tree/logs | ||||||
| @@ -111,7 +111,7 @@ jobs: | |||||||
|  |  | ||||||
|     - name: Archive logs |     - name: Archive logs | ||||||
|       if: always() |       if: always() | ||||||
|       uses: actions/upload-artifact@v3 |       uses: actions/upload-artifact@v4 | ||||||
|       with: |       with: | ||||||
|         name: debian-cache-logs |         name: debian-cache-logs | ||||||
|         path: ~/.out-of-tree/logs |         path: ~/.out-of-tree/logs | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								.github/workflows/e2e.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/e2e.yml
									
									
									
									
										vendored
									
									
								
							| @@ -152,7 +152,7 @@ jobs: | |||||||
|  |  | ||||||
|     - name: Archive logs |     - name: Archive logs | ||||||
|       if: always() |       if: always() | ||||||
|       uses: actions/upload-artifact@v3 |       uses: actions/upload-artifact@v4 | ||||||
|       with: |       with: | ||||||
|         name: test-end-to-end-${{ matrix.os.distro }}-${{ matrix.os.release }}-logs |         name: test-end-to-end-${{ matrix.os.distro }}-${{ matrix.os.release }}-logs | ||||||
|         path: logs |         path: logs | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								.github/workflows/images-debian.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/images-debian.yml
									
									
									
									
										vendored
									
									
								
							| @@ -76,7 +76,7 @@ jobs: | |||||||
|  |  | ||||||
|     - name: Archive logs |     - name: Archive logs | ||||||
|       if: always() |       if: always() | ||||||
|       uses: actions/upload-artifact@v3 |       uses: actions/upload-artifact@v4 | ||||||
|       with: |       with: | ||||||
|         name: images-debian-log |         name: images-debian-log | ||||||
|         path: images-debian.log |         path: images-debian.log | ||||||
|   | |||||||
							
								
								
									
										4
									
								
								.github/workflows/ubuntu.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/ubuntu.yml
									
									
									
									
										vendored
									
									
								
							| @@ -80,7 +80,7 @@ jobs: | |||||||
|  |  | ||||||
|     - name: Archive logs |     - name: Archive logs | ||||||
|       if: always() |       if: always() | ||||||
|       uses: actions/upload-artifact@v3 |       uses: actions/upload-artifact@v4 | ||||||
|       with: |       with: | ||||||
|         name: test-end-to-end-examples-${{ matrix.example.dir }}-logs |         name: test-end-to-end-examples-${{ matrix.example.dir }}-logs | ||||||
|         path: ~/.out-of-tree/logs |         path: ~/.out-of-tree/logs | ||||||
| @@ -168,7 +168,7 @@ jobs: | |||||||
|  |  | ||||||
|     - name: Archive logs |     - name: Archive logs | ||||||
|       if: always() |       if: always() | ||||||
|       uses: actions/upload-artifact@v3 |       uses: actions/upload-artifact@v4 | ||||||
|       with: |       with: | ||||||
|         name: test-end-to-end-${{ matrix.type }}-${{ matrix.os.distro }}-${{ matrix.os.release }}-logs |         name: test-end-to-end-${{ matrix.type }}-${{ matrix.os.distro }}-${{ matrix.os.release }}-logs | ||||||
|         path: ~/.out-of-tree/logs |         path: ~/.out-of-tree/logs | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user