diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8d61c21..a131934 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -86,7 +86,7 @@ jobs: - uses: actions/checkout@v4 - name: Download all built archives - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: path: dist merge-multiple: true