Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build-all-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
run: bash build.sh linuxkit-containers

- name: Upload Linuxkit Docker images as GitHub Artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: linuxkit-images-${{ matrix.docker_arch }}
path: ${{ runner.temp }}/*-${{ matrix.docker_arch }}.tar.gz
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
run: bash build.sh build-kernel "${{ matrix.kernel }}"

- name: Upload Kernel Docker images as GitHub Artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: kernel-images-${{ matrix.kernel }}
path: ${{ runner.temp }}/hook-kernel-*.tar.gz
Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:
run: bash build.sh build "${{ matrix.kernel }}" LINUXKIT_ISO=yes

- name: Upload deb as artifact ${{ matrix.arch.name }} ${{ matrix.distro }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: "hook-tarball-${{ matrix.kernel }}"
path: |
Expand Down
Loading