diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7649924c..19f8e597 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -64,7 +64,7 @@ jobs: uses: actions/checkout@v4 - name: Download Artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: path: build/ merge-multiple: true # all artifacts are downloaded to this directory