mirror of
https://gitee.com/openLuat/LuatOS
synced 2025-08-17 22:18:03 +08:00
fix: github action的actions/upload-artifact升级到v4
This commit is contained in:
parent
e592e33519
commit
6352006288
2
.github/workflows/air780.yml
vendored
2
.github/workflows/air780.yml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
||||||
mkdir ../LuatOS/luatosfw
|
mkdir ../LuatOS/luatosfw
|
||||||
mv out/luatos/* ../LuatOS/luatosfw
|
mv out/luatos/* ../LuatOS/luatosfw
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: air780
|
name: air780
|
||||||
path: luatosfw
|
path: luatosfw
|
||||||
|
|
Loading…
Reference in New Issue
Block a user