From b1f02a2eb52f3f210eda2308e9f2be15fda5eb79 Mon Sep 17 00:00:00 2001 From: Constrat <56174894+Constrat@users.noreply.github.com> Date: Tue, 16 Sep 2025 16:41:19 +0200 Subject: [PATCH] fix(ci): download to v5 with necessary fix (#14122) fix: specify path for download v5 --- .github/workflows/release-ota.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-ota.yml b/.github/workflows/release-ota.yml index 13424deb03..25e46f3ae1 100644 --- a/.github/workflows/release-ota.yml +++ b/.github/workflows/release-ota.yml @@ -94,7 +94,10 @@ jobs: - x64 steps: - name: Download release config - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 + with: + name: MaaReleaseConfig + path: ./MaaReleaseConfig - name: Fetch MaaRelease uses: actions/checkout@v5