From 635200628804d40e5727c36b9c64e721cd10c2b9 Mon Sep 17 00:00:00 2001 From: Wendal Chen Date: Wed, 15 Jan 2025 15:29:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20github=20action=E7=9A=84actions/upload-a?= =?UTF-8?q?rtifact=E5=8D=87=E7=BA=A7=E5=88=B0v4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/air780.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/air780.yml b/.github/workflows/air780.yml index 6838e90f6..d444ab235 100644 --- a/.github/workflows/air780.yml +++ b/.github/workflows/air780.yml @@ -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