diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e344e1e..f7f1b16 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -490,19 +490,19 @@ jobs: timeout-minutes: 5 run: pip install -e . - name: Download Android release artifact - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c timeout-minutes: 5 with: name: release-android path: incoming/android - name: Download iOS release artifact - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c timeout-minutes: 5 with: name: release-ios path: incoming/ios - name: Download Windows release artifact - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c timeout-minutes: 5 with: name: release-windows