diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7649924c..6d148260 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@v5 with: path: build/ merge-multiple: true # all artifacts are downloaded to this directory