@@ -371,7 +371,7 @@ jobs:
371
371
retention-days : ${{ env.artifactRetentionDays }}
372
372
- name : Download log artifacts
373
373
if : ${{ needs.check_and_prepare.outputs.pr_number && failure() && !cancelled() }}
374
- uses : actions/download-artifact@v3
374
+ uses : actions/download-artifact@v4.1.7
375
375
with :
376
376
path : test_results
377
377
name : log-artifact
@@ -480,7 +480,7 @@ jobs:
480
480
retention-days : ${{ env.artifactRetentionDays }}
481
481
- name : Download log artifacts
482
482
if : ${{ needs.check_and_prepare.outputs.pr_number && failure() && !cancelled() }}
483
- uses : actions/download-artifact@v3
483
+ uses : actions/download-artifact@v4.1.7
484
484
with :
485
485
path : test_results
486
486
name : log-artifact
@@ -579,7 +579,7 @@ jobs:
579
579
retention-days : ${{ env.artifactRetentionDays }}
580
580
- name : Download log artifacts
581
581
if : ${{ needs.check_and_prepare.outputs.pr_number && failure() && !cancelled() }}
582
- uses : actions/download-artifact@v3
582
+ uses : actions/download-artifact@v4.1.7
583
583
with :
584
584
path : test_results
585
585
name : log-artifact
@@ -677,7 +677,7 @@ jobs:
677
677
retention-days : ${{ env.artifactRetentionDays }}
678
678
- name : Download log artifacts
679
679
if : ${{ needs.check_and_prepare.outputs.pr_number && failure() && !cancelled() }}
680
- uses : actions/download-artifact@v3
680
+ uses : actions/download-artifact@v4.1.7
681
681
with :
682
682
path : test_results
683
683
name : log-artifact
@@ -740,7 +740,7 @@ jobs:
740
740
with :
741
741
ref : ${{needs.check_and_prepare.outputs.github_ref}}
742
742
- name : Download Desktop integration tests artifact
743
- uses : actions/download-artifact@v3
743
+ uses : actions/download-artifact@v4.1.7
744
744
with :
745
745
path : testapps/testapps-desktop-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.ssl_variant }}
746
746
name : testapps-desktop-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.ssl_variant }}
@@ -798,7 +798,7 @@ jobs:
798
798
retention-days : ${{ env.artifactRetentionDays }}
799
799
- name : Download log artifacts
800
800
if : ${{ needs.check_and_prepare.outputs.pr_number && failure() && !cancelled() }}
801
- uses : actions/download-artifact@v3
801
+ uses : actions/download-artifact@v4.1.7
802
802
with :
803
803
path : test_results
804
804
name : log-artifact
@@ -863,7 +863,7 @@ jobs:
863
863
with :
864
864
ref : ${{needs.check_and_prepare.outputs.github_ref}}
865
865
- name : Download Desktop integration tests artifact
866
- uses : actions/download-artifact@v3
866
+ uses : actions/download-artifact@v4.1.7
867
867
with :
868
868
path : testapps
869
869
name : testapps-desktop-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.ssl_variant }}
@@ -942,7 +942,7 @@ jobs:
942
942
retention-days : ${{ env.artifactRetentionDays }}
943
943
- name : Download log artifacts
944
944
if : ${{ needs.check_and_prepare.outputs.pr_number && failure() && !cancelled() }}
945
- uses : actions/download-artifact@v3
945
+ uses : actions/download-artifact@v4.1.7
946
946
with :
947
947
path : test_results
948
948
name : log-artifact
@@ -994,7 +994,7 @@ jobs:
994
994
with :
995
995
ref : ${{needs.check_and_prepare.outputs.github_ref}}
996
996
- name : Download Android integration tests artifact
997
- uses : actions/download-artifact@v3
997
+ uses : actions/download-artifact@v4.1.7
998
998
with :
999
999
path : testapps/testapps-android-${{ matrix.build_os }}
1000
1000
name : testapps-android-${{ matrix.build_os }}
@@ -1076,7 +1076,7 @@ jobs:
1076
1076
retention-days : ${{ env.artifactRetentionDays }}
1077
1077
- name : Download log artifacts
1078
1078
if : ${{ needs.check_and_prepare.outputs.pr_number && failure() && !cancelled() }}
1079
- uses : actions/download-artifact@v3
1079
+ uses : actions/download-artifact@v4.1.7
1080
1080
with :
1081
1081
path : test_results
1082
1082
name : log-artifact
@@ -1122,7 +1122,7 @@ jobs:
1122
1122
with :
1123
1123
ref : ${{needs.check_and_prepare.outputs.github_ref}}
1124
1124
- name : Download iOS integration tests artifact
1125
- uses : actions/download-artifact@v3
1125
+ uses : actions/download-artifact@v4.1.7
1126
1126
with :
1127
1127
path : testapps/testapps-ios-${{ matrix.build_os }}
1128
1128
name : testapps-ios-${{ matrix.build_os }}
@@ -1212,7 +1212,7 @@ jobs:
1212
1212
retention-days : ${{ env.artifactRetentionDays }}
1213
1213
- name : Download log artifacts
1214
1214
if : ${{ needs.check_and_prepare.outputs.pr_number && failure() && !cancelled() }}
1215
- uses : actions/download-artifact@v3
1215
+ uses : actions/download-artifact@v4.1.7
1216
1216
with :
1217
1217
path : test_results
1218
1218
name : log-artifact
@@ -1250,7 +1250,7 @@ jobs:
1250
1250
with :
1251
1251
ref : ${{needs.check_and_prepare.outputs.github_ref}}
1252
1252
- name : Download tvOS integration tests artifact
1253
- uses : actions/download-artifact@v3
1253
+ uses : actions/download-artifact@v4.1.7
1254
1254
with :
1255
1255
path : testapps/testapps-tvos-${{ matrix.build_os }}
1256
1256
name : testapps-tvos-${{ matrix.build_os }}
@@ -1312,7 +1312,7 @@ jobs:
1312
1312
retention-days : ${{ env.artifactRetentionDays }}
1313
1313
- name : Download log artifacts
1314
1314
if : ${{ needs.check_and_prepare.outputs.pr_number && failure() && !cancelled() }}
1315
- uses : actions/download-artifact@v3
1315
+ uses : actions/download-artifact@v4.1.7
1316
1316
with :
1317
1317
path : test_results
1318
1318
name : log-artifact
@@ -1351,7 +1351,7 @@ jobs:
1351
1351
- name : Install python deps
1352
1352
run : pip install -r scripts/gha/python_requirements.txt
1353
1353
- name : Download log artifacts
1354
- uses : actions/download-artifact@v3
1354
+ uses : actions/download-artifact@v4.1.7
1355
1355
with :
1356
1356
path : test_results
1357
1357
name : log-artifact
0 commit comments