Skip to content

Commit

Permalink
fix: github action的actions/upload-artifact升级到v4
Browse files Browse the repository at this point in the history
  • Loading branch information
wendal committed Jan 15, 2025
1 parent e592e33 commit 6352006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/air780.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
mkdir ../LuatOS/luatosfw
mv out/luatos/* ../LuatOS/luatosfw
- name: Upload artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: air780
path: luatosfw
Expand Down

0 comments on commit 6352006

Please sign in to comment.