Upgrade actions/upload-artifact from v2 to v3
v2 uses Node.js 12.x which is EOL. Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -404,7 +404,7 @@ jobs: | |||||||
|           } |           } | ||||||
|           critest.exe --runtime-endpoint=npipe://.//pipe//containerd-containerd --test-images-file='${{env.CRI_TEST_IMAGES}}' --report-dir='${{github.workspace}}/critestreport' $skip |           critest.exe --runtime-endpoint=npipe://.//pipe//containerd-containerd --test-images-file='${{env.CRI_TEST_IMAGES}}' --report-dir='${{github.workspace}}/critestreport' $skip | ||||||
|  |  | ||||||
|       - uses: actions/upload-artifact@v2 |       - uses: actions/upload-artifact@v3 | ||||||
|         if: always() |         if: always() | ||||||
|         with: |         with: | ||||||
|           name: TestResults ${{ matrix.os }} |           name: TestResults ${{ matrix.os }} | ||||||
| @@ -560,7 +560,7 @@ jobs: | |||||||
|           mount |           mount | ||||||
|           df |           df | ||||||
|           losetup -l |           losetup -l | ||||||
|       - uses: actions/upload-artifact@v2 |       - uses: actions/upload-artifact@v3 | ||||||
|         if: always() |         if: always() | ||||||
|         with: |         with: | ||||||
|           name: TestResults ${{ matrix.runtime }} ${{matrix.runc}} |           name: TestResults ${{ matrix.runtime }} ${{matrix.runc}} | ||||||
| @@ -593,7 +593,7 @@ jobs: | |||||||
|         if: always() |         if: always() | ||||||
|       - run: script/test/test2annotation.sh *-gotest.json |       - run: script/test/test2annotation.sh *-gotest.json | ||||||
|         if: always() |         if: always() | ||||||
|       - uses: actions/upload-artifact@v2 |       - uses: actions/upload-artifact@v3 | ||||||
|         if: always() |         if: always() | ||||||
|         with: |         with: | ||||||
|           name: TestResults MacOS |           name: TestResults MacOS | ||||||
|   | |||||||
							
								
								
									
										4
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @@ -46,7 +46,7 @@ jobs: | |||||||
|         working-directory: src/github.com/containerd/containerd |         working-directory: src/github.com/containerd/containerd | ||||||
|  |  | ||||||
|       - name: Save release notes |       - name: Save release notes | ||||||
|         uses: actions/upload-artifact@v2 |         uses: actions/upload-artifact@v3 | ||||||
|         with: |         with: | ||||||
|           name: containerd-release-notes |           name: containerd-release-notes | ||||||
|           path: src/github.com/containerd/containerd/release-notes.md |           path: src/github.com/containerd/containerd/release-notes.md | ||||||
| @@ -116,7 +116,7 @@ jobs: | |||||||
|         env: |         env: | ||||||
|           PLATFORM: ${{ matrix.dockerfile-platform }} |           PLATFORM: ${{ matrix.dockerfile-platform }} | ||||||
|       - name: Save Artifacts |       - name: Save Artifacts | ||||||
|         uses: actions/upload-artifact@v2 |         uses: actions/upload-artifact@v3 | ||||||
|         with: |         with: | ||||||
|           name: release-tars-${{env.PLATFORM_CLEAN}} |           name: release-tars-${{env.PLATFORM_CLEAN}} | ||||||
|           path: src/github.com/containerd/containerd/releases/*.tar.gz* |           path: src/github.com/containerd/containerd/releases/*.tar.gz* | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Kazuyoshi Kato
					Kazuyoshi Kato