Skip to content

Commit

Permalink
github: workflow: Update to actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
Signed-off-by: Janne Grunau <j@jannau.net>
  • Loading branch information
jannau authored and marcan committed Sep 24, 2024
1 parent 99571e5 commit b3e9eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Build
run: make -k -j2 ARCH=aarch64-linux-gnu- CHAINLOADING=1

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: m1n1
path: |
Expand Down

0 comments on commit b3e9eb1

Please sign in to comment.