fix(ci): download to v5 with necessary fix (#14122)

fix: specify path for download v5
This commit is contained in:
Constrat
2025-09-16 16:41:19 +02:00
committed by GitHub
parent f9e424cd3b
commit b1f02a2eb5

View File

@@ -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