Skip to content

Commit

Permalink
Update actions version on-push.yml
Browse files Browse the repository at this point in the history
Update checkout and upload_artifact to v4, support of node.js 20
  • Loading branch information
noaz committed May 8, 2024
1 parent ea06716 commit 8cd5495
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
working-directory: pi-gen

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Register binfmt_misc entries
run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
Expand All @@ -34,7 +34,7 @@ jobs:
echo "IMAGE_NAME=$IMAGE_NAME" >> $GITHUB_ENV
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.IMAGE_NAME }}
path: pi-gen/deploy/*.zip
Expand Down

0 comments on commit 8cd5495

Please sign in to comment.