Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
Bump actions/upload-artifact from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent 6df39c8 commit cac16af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sysexts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cac16af

Please sign in to comment.