Skip to content

Commit 3304b75

Browse files
Merge pull request #344 from hyperledger/dependabot/github_actions/dot-github/workflows/github_actions-14598a9f5f
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows in the github_actions group across 1 directory
2 parents 1178212 + 2760bd0 commit 3304b75

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
pip install setuptools wheel twine auditwheel
233233
234234
- name: Fetch library artifacts
235-
uses: actions/download-artifact@v4
235+
uses: actions/download-artifact@v6
236236
with:
237237
name: library-${{ matrix.architecture }}
238238
path: wrappers/python/anoncreds/
@@ -320,7 +320,7 @@ jobs:
320320
github.event.inputs.publish-binaries == 'true'))
321321
steps:
322322
- name: Fetch libraries
323-
uses: actions/download-artifact@v4
323+
uses: actions/download-artifact@v6
324324
- run: |
325325
sudo mkdir ./libs
326326
sudo mv aarch64-linux-android ./libs/arm64-v8a
@@ -386,7 +386,7 @@ jobs:
386386
uses: actions/checkout@v4
387387

388388
- name: Fetch static libraries
389-
uses: actions/download-artifact@v4
389+
uses: actions/download-artifact@v6
390390
- run: >
391391
./build-xcframework.sh aarch64-apple-ios \
392392
aarch64-apple-ios-sim \
@@ -421,13 +421,13 @@ jobs:
421421
422422
steps:
423423
- name: Fetch Android libraries
424-
uses: actions/download-artifact@v4
424+
uses: actions/download-artifact@v6
425425
with:
426426
name: android-libraries
427427
path: mobile/android/
428428

429429
- name: Fetch iOS Framework
430-
uses: actions/download-artifact@v4
430+
uses: actions/download-artifact@v6
431431
with:
432432
name: anoncreds.xcframework
433433
path: mobile/ios/

0 commit comments

Comments
 (0)