diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f7f47b2e..e6e15813 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -195,7 +195,7 @@ jobs: if: github.event_name == 'release' steps: - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: merge-multiple: true