Skip to content

Commit

Permalink
#20 bump actions to v4 for build-alpine-netboot-image-zfs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsimpson committed Nov 23, 2024
1 parent 3920610 commit 16829b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-alpine-netboot-image-zfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build-alpine-zfs-netboot-image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build alpine image
run: |
Expand All @@ -33,7 +33,7 @@ jobs:
ssh -o StrictHostKeyChecking=no ${{ secrets.BOOT_SERVER_SSH_USERNAME }}@${{ secrets.BOOT_SERVER_IP_ADDRESS }} -C 'cd ${{ secrets.BOOT_SERVER_IMG_DEST_DIR }} && tar xvf alpine-zfsnetboot.tar.gz'
- name: Publish alpine netboot image artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: alpine-zfs-netboot-image
path: iso/alpine-zfsnetboot.tar.gz

0 comments on commit 16829b2

Please sign in to comment.