Skip to content

Commit

Permalink
actions: bump actions/upload-artifact to 4 (fixes #47) (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogi authored Jul 24, 2024
1 parent 29b22d0 commit d8145e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
sync; sync; sync
echo "::set-output name=image::$IMAGE"
- uses: actions/upload-artifact@v1
- name: upload artifact
uses: actions/upload-artifact@v4
with:
name: ${{ steps.copy.outputs.image }}
path: ${{ steps.copy.outputs.image }}.img.gz

0 comments on commit d8145e2

Please sign in to comment.