Skip to content

Commit b7ea90f

Browse files
build(deps): bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9b4bbcb commit b7ea90f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-all-matrix.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)