From c1c74c9fee90faa72f22fc7a4f72196dcd6fcde5 Mon Sep 17 00:00:00 2001 From: MistEO Date: Mon, 15 Sep 2025 15:21:35 +0800 Subject: [PATCH] ci: use download-artifact v4 --- .github/workflows/release-ota.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-ota.yml b/.github/workflows/release-ota.yml index 7fcee697dd..b9168c2df2 100644 --- a/.github/workflows/release-ota.yml +++ b/.github/workflows/release-ota.yml @@ -94,7 +94,7 @@ jobs: - x64 steps: - name: Download release config - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v4 - name: Fetch MaaRelease uses: actions/checkout@v5