File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -146,14 +146,14 @@ jobs:
146146 git config user.email github-actions@github.com
147147
148148 - name : Download target artifacts to their right folders
149- uses : actions/download-artifact@v4
149+ uses : actions/download-artifact@v5
150150 with :
151151 pattern : targets-*
152152 merge-multiple : true
153153 path : crypto/crypto-android/src/main/jniLibs/
154154
155155 - name : Download FFI bindings to their package
156- uses : actions/download-artifact@v4
156+ uses : actions/download-artifact@v5
157157 with :
158158 name : ffi-bindings
159159 path : crypto/crypto-android/src/main/kotlin/
Original file line number Diff line number Diff line change @@ -146,14 +146,14 @@ jobs:
146146 git config user.email github-actions@github.com
147147
148148 - name : Download target artifacts to their right folders
149- uses : actions/download-artifact@v4
149+ uses : actions/download-artifact@v5
150150 with :
151151 pattern : targets-*
152152 merge-multiple : true
153153 path : sdk/sdk-android/src/main/jniLibs/
154154
155155 - name : Download FFI bindings to their package
156- uses : actions/download-artifact@v4
156+ uses : actions/download-artifact@v5
157157 with :
158158 name : ffi-bindings
159159 path : sdk/sdk-android/src/main/kotlin/
You can’t perform that action at this time.
0 commit comments