diff --git a/.github/workflows/release_crypto.yml b/.github/workflows/release_crypto.yml index a5e14b8..d89fd7f 100644 --- a/.github/workflows/release_crypto.yml +++ b/.github/workflows/release_crypto.yml @@ -157,14 +157,14 @@ jobs: git config user.email github-actions@github.com - name: Download target artifacts to their right folders - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0@v7 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1@v7 with: pattern: targets-* merge-multiple: true path: crypto/crypto-android/src/main/jniLibs/ - name: Download FFI bindings to their package - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0@v7 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1@v7 with: name: ffi-bindings path: crypto/crypto-android/src/main/kotlin/ diff --git a/.github/workflows/release_sdk_parallel.yml b/.github/workflows/release_sdk_parallel.yml index e0fcca3..870ee61 100644 --- a/.github/workflows/release_sdk_parallel.yml +++ b/.github/workflows/release_sdk_parallel.yml @@ -198,14 +198,14 @@ jobs: git config user.email github-actions@github.com - name: Download target artifacts to their right folders - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0@v7 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1@v7 with: pattern: targets-* merge-multiple: true path: sdk/sdk-android/src/main/jniLibs/ - name: Download FFI bindings to their package - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0@v7 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1@v7 with: name: ffi-bindings path: sdk/sdk-android/src/main/kotlin/ @@ -254,7 +254,7 @@ jobs: retention-days: 7 - name: Download debug info - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0@v7 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1@v7 with: pattern: debuginfo-* merge-multiple: true