mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-21 14:23:01 +00:00
github: workflow: Update to actions/upload-artifact@v4
Signed-off-by: Janne Grunau <j@jannau.net>
This commit is contained in:
parent
99571e5308
commit
b3e9eb1223
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue