From cac16af226dc845ce1b17eb251a68d45ff67a0a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 14:45:34 +0000 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/image.yml | 4 ++-- .github/workflows/repo.yml | 4 ++-- .github/workflows/sysexts.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 914bcd8..472f12b 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -21,7 +21,7 @@ jobs: run: mv *ostreeImage-${{ matrix.arch }}-trixie-*.ostree.raw ostree-debian-image-${{ matrix.arch }}.raw working-directory: ./debian/.build - name: Upload debian ${{ matrix.arch }} image - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ostree-debian-image-${{ matrix.arch }} path: debian/.build/ostree-debian-image-${{ matrix.arch }}.raw @@ -48,7 +48,7 @@ jobs: run: mv *ostreeImage-${{ matrix.arch }}-today-*.ostree.raw ostree-gardenlinux-image-${{ matrix.platform }}-${{ matrix.arch }}.raw working-directory: ./gardenlinux/.build - name: Upload gardenlinux ${{ matrix.platform }} ${{ matrix.arch }} image - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ostree-gardenlinux-image-${{ matrix.platform }}-${{ matrix.arch }} path: gardenlinux/.build/ostree-gardenlinux-image-${{ matrix.platform }}-${{ matrix.arch }}.raw diff --git a/.github/workflows/repo.yml b/.github/workflows/repo.yml index c99557b..fff6d1a 100644 --- a/.github/workflows/repo.yml +++ b/.github/workflows/repo.yml @@ -25,7 +25,7 @@ jobs: run: mv ostreeRepo-${{ matrix.arch }}-trixie*.ostreeRepo.tar.gz ostree-debian-repo-${{ matrix.arch }}.tar.gz working-directory: ./debian/.build - name: Upload debian ${{ matrix.arch }} repo - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ostree-debian-repo-${{ matrix.arch }} path: debian/.build/ostree-debian-repo-${{ matrix.arch }}.tar.gz @@ -52,7 +52,7 @@ jobs: run: mv ${{ matrix.platform }}*${{ matrix.arch }}*.ostreeRepo.tar.gz ostree-gardenlinux-repo-${{ matrix.platform }}-${{ matrix.arch }}.tar.gz working-directory: ./gardenlinux/.build - name: Upload gardenlinux ${{ matrix.platform }} ${{ matrix.arch }} repo - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ostree-gardenlinux-repo-${{ matrix.platform }}-${{ matrix.arch }} path: gardenlinux/.build/ostree-gardenlinux-repo-${{ matrix.platform }}-${{ matrix.arch }}.tar.gz diff --git a/.github/workflows/sysexts.yml b/.github/workflows/sysexts.yml index ea54459..95e809a 100644 --- a/.github/workflows/sysexts.yml +++ b/.github/workflows/sysexts.yml @@ -23,7 +23,7 @@ jobs: run: sudo mkosi build --base-tree=../debian-testing-base --overlay --architecture=${{ matrix.arch }} working-directory: ./sysexts/mkosi/debug - name: Upload debian ${{ matrix.arch }} image - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: debug-${{ matrix.arch }} path: sysexts/mkosi/debug/debug.raw