diff --git a/.github/workflows/desktop-release.yml b/.github/workflows/desktop-release.yml index 14b5f7d..b561468 100644 --- a/.github/workflows/desktop-release.yml +++ b/.github/workflows/desktop-release.yml @@ -62,7 +62,7 @@ jobs: needs: build runs-on: ubuntu-latest steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: pattern: desktop-* merge-multiple: true diff --git a/.github/workflows/native-release.yml b/.github/workflows/native-release.yml index 34ff21e..a96ca58 100644 --- a/.github/workflows/native-release.yml +++ b/.github/workflows/native-release.yml @@ -78,7 +78,7 @@ jobs: needs: [macos, windows, linux] runs-on: ubuntu-latest steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: pattern: native-* merge-multiple: true