File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101 run : bash build.sh linuxkit-containers
102102
103103 - name : Upload Linuxkit Docker images as GitHub Artifacts
104- uses : actions/upload-artifact@v4
104+ uses : actions/upload-artifact@v5
105105 with :
106106 name : linuxkit-images-${{ matrix.docker_arch }}
107107 path : ${{ runner.temp }}/*-${{ matrix.docker_arch }}.tar.gz
@@ -146,7 +146,7 @@ jobs:
146146 run : bash build.sh build-kernel "${{ matrix.kernel }}"
147147
148148 - name : Upload Kernel Docker images as GitHub Artifacts
149- uses : actions/upload-artifact@v4
149+ uses : actions/upload-artifact@v5
150150 with :
151151 name : kernel-images-${{ matrix.kernel }}
152152 path : ${{ runner.temp }}/hook-kernel-*.tar.gz
@@ -259,7 +259,7 @@ jobs:
259259 run : bash build.sh build "${{ matrix.kernel }}" LINUXKIT_ISO=yes
260260
261261 - name : Upload deb as artifact ${{ matrix.arch.name }} ${{ matrix.distro }}
262- uses : actions/upload-artifact@v4
262+ uses : actions/upload-artifact@v5
263263 with :
264264 name : " hook-tarball-${{ matrix.kernel }}"
265265 path : |
You can’t perform that action at this time.
0 commit comments