diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 675ff2b..f8bbdaf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -312,7 +312,7 @@ jobs: # ./release-assets alongside the Windows ones, and the pattern makes a missing # android-assets (best-effort job) a non-event instead of a failure. - name: Download the other platforms' artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: path: release-assets pattern: '*-assets'