Skip to content

Commit db9deb5

Browse files
Update actions/download-artifact action to v8.0.1
1 parent ff3deb0 commit db9deb5

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release_crypto.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,14 +157,14 @@ jobs:
157157
git config user.email github-actions@github.com
158158
159159
- name: Download target artifacts to their right folders
160-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0@v7
160+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1@v7
161161
with:
162162
pattern: targets-*
163163
merge-multiple: true
164164
path: crypto/crypto-android/src/main/jniLibs/
165165

166166
- name: Download FFI bindings to their package
167-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0@v7
167+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1@v7
168168
with:
169169
name: ffi-bindings
170170
path: crypto/crypto-android/src/main/kotlin/

.github/workflows/release_sdk_parallel.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,14 +198,14 @@ jobs:
198198
git config user.email github-actions@github.com
199199
200200
- name: Download target artifacts to their right folders
201-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0@v7
201+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1@v7
202202
with:
203203
pattern: targets-*
204204
merge-multiple: true
205205
path: sdk/sdk-android/src/main/jniLibs/
206206

207207
- name: Download FFI bindings to their package
208-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0@v7
208+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1@v7
209209
with:
210210
name: ffi-bindings
211211
path: sdk/sdk-android/src/main/kotlin/
@@ -254,7 +254,7 @@ jobs:
254254
retention-days: 7
255255

256256
- name: Download debug info
257-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0@v7
257+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1@v7
258258
with:
259259
pattern: debuginfo-*
260260
merge-multiple: true

0 commit comments

Comments
 (0)