diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 65ef16d..24a1677 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -290,7 +290,7 @@ jobs: steps: - name: 📥 下载所有产物 - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: path: all-builds merge-multiple: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 26a07ac..800f73e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -73,7 +73,7 @@ jobs: steps: - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: path: dist merge-multiple: true