File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -404,7 +404,7 @@ jobs:
404404 }
405405 critest.exe --runtime-endpoint=npipe://.//pipe//containerd-containerd --test-images-file='${{env.CRI_TEST_IMAGES}}' --report-dir='${{github.workspace}}/critestreport' $skip
406406
407- - uses : actions/upload-artifact@v2
407+ - uses : actions/upload-artifact@v3
408408 if : always()
409409 with :
410410 name : TestResults ${{ matrix.os }}
@@ -560,7 +560,7 @@ jobs:
560560 mount
561561 df
562562 losetup -l
563- - uses : actions/upload-artifact@v2
563+ - uses : actions/upload-artifact@v3
564564 if : always()
565565 with :
566566 name : TestResults ${{ matrix.runtime }} ${{matrix.runc}}
@@ -593,7 +593,7 @@ jobs:
593593 if : always()
594594 - run : script/test/test2annotation.sh *-gotest.json
595595 if : always()
596- - uses : actions/upload-artifact@v2
596+ - uses : actions/upload-artifact@v3
597597 if : always()
598598 with :
599599 name : TestResults MacOS
Original file line number Diff line number Diff line change 4646 working-directory : src/github.com/containerd/containerd
4747
4848 - name : Save release notes
49- uses : actions/upload-artifact@v2
49+ uses : actions/upload-artifact@v3
5050 with :
5151 name : containerd-release-notes
5252 path : src/github.com/containerd/containerd/release-notes.md
@@ -116,7 +116,7 @@ jobs:
116116 env :
117117 PLATFORM : ${{ matrix.dockerfile-platform }}
118118 - name : Save Artifacts
119- uses : actions/upload-artifact@v2
119+ uses : actions/upload-artifact@v3
120120 with :
121121 name : release-tars-${{env.PLATFORM_CLEAN}}
122122 path : src/github.com/containerd/containerd/releases/*.tar.gz*
You can’t perform that action at this time.
0 commit comments