diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ed8f6bd..d5b88ba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -140,7 +140,7 @@ jobs: needs: [build-using-docker, build-macos] steps: - name: Download packaged releases - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: merge-multiple: true - name: List downloaded files