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

Commit

Permalink
Use actions/upload-artifact version 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Apacelus committed Nov 28, 2023
1 parent 6cc5f9a commit 760d75c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/create_rootfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: sudo bash bootstrap_fedora.sh ${{ matrix.version }}

- name: Uploading RootFS as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: fedora-${{ matrix.version }}
retention-days: 1
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
run: sudo bash debootstrap.sh ubuntu ${{ matrix.version }} ${{ matrix.codename }}

- name: Uploading rootfs as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ubuntu-${{ matrix.version }}
retention-days: 1
Expand All @@ -95,7 +95,7 @@ jobs:
run: sudo bash debootstrap.sh debian stable bookworm

- name: Uploading rootfs as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: debian-stable
retention-days: 1
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
run: sudo split --verbose -b 1900MB /tmp/distro/${{ matrix.distro }}-rootfs-22.04.tar.xz /tmp/distro/${{ matrix.distro }}-rootfs-22.04.split.

- name: Uploading ${{ matrix.distro }} rootfs as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.distro }}
retention-days: 1
Expand Down

0 comments on commit 760d75c

Please sign in to comment.