File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ jobs:
2424 /zbm/releng/docker/zbm-build.sh -b /zbm/releng/docker -- --debug
2525
2626 - name : Archive release EFI
27- uses : actions/upload-artifact@v2
27+ uses : actions/upload-artifact@v3
2828 with :
2929 name : Release-EFI
3030 path : /zbm/releng/docker/build/*.EFI
3131
3232 - name : Archive release components
33- uses : actions/upload-artifact@v2
33+ uses : actions/upload-artifact@v3
3434 with :
3535 name : Release-Components
3636 path : |
@@ -48,13 +48,13 @@ jobs:
4848 /zbm/releng/docker/zbm-build.sh -b /zbm/releng/docker -- --debug
4949
5050 - name : Archive recovery EFI
51- uses : actions/upload-artifact@v2
51+ uses : actions/upload-artifact@v3
5252 with :
5353 name : Recovery-EFI
5454 path : /zbm/releng/docker/build/*.EFI
5555
5656 - name : Archive recovery components
57- uses : actions/upload-artifact@v2
57+ uses : actions/upload-artifact@v3
5858 with :
5959 name : Recovery-Components
6060 path : |
You can’t perform that action at this time.
0 commit comments