From 1d39ba6024fb47a16a6b3cd51dd0522e4f55ce43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 00:28:49 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 4 to 6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-all-matrix.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-all-matrix.yaml b/.github/workflows/build-all-matrix.yaml index 34509e0e..5897904c 100644 --- a/.github/workflows/build-all-matrix.yaml +++ b/.github/workflows/build-all-matrix.yaml @@ -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@v6 with: name: linuxkit-images-${{ matrix.docker_arch }} path: ${{ runner.temp }}/*-${{ matrix.docker_arch }}.tar.gz @@ -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@v6 with: name: kernel-images-${{ matrix.kernel }} path: ${{ runner.temp }}/hook-kernel-*.tar.gz @@ -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@v6 with: name: "hook-tarball-${{ matrix.kernel }}" path: |