@@ -388,7 +388,7 @@ jobs:
388
388
retention-days : ${{ env.artifactRetentionDays }}
389
389
- name : Download log artifacts
390
390
if : ${{ needs.check_and_prepare.outputs.pr_number && failure() && !cancelled() }}
391
- uses : actions/download-artifact@v3
391
+ uses : actions/download-artifact@v4.1.7
392
392
with :
393
393
path : test_results
394
394
name : log-artifact
@@ -501,7 +501,7 @@ jobs:
501
501
retention-days : ${{ env.artifactRetentionDays }}
502
502
- name : Download log artifacts
503
503
if : ${{ needs.check_and_prepare.outputs.pr_number && failure() && !cancelled() }}
504
- uses : actions/download-artifact@v3
504
+ uses : actions/download-artifact@v4.1.7
505
505
with :
506
506
path : test_results
507
507
name : log-artifact
@@ -606,7 +606,7 @@ jobs:
606
606
retention-days : ${{ env.artifactRetentionDays }}
607
607
- name : Download log artifacts
608
608
if : ${{ needs.check_and_prepare.outputs.pr_number && failure() && !cancelled() }}
609
- uses : actions/download-artifact@v3
609
+ uses : actions/download-artifact@v4.1.7
610
610
with :
611
611
path : test_results
612
612
name : log-artifact
@@ -710,7 +710,7 @@ jobs:
710
710
retention-days : ${{ env.artifactRetentionDays }}
711
711
- name : Download log artifacts
712
712
if : ${{ needs.check_and_prepare.outputs.pr_number && failure() && !cancelled() }}
713
- uses : actions/download-artifact@v3
713
+ uses : actions/download-artifact@v4.1.7
714
714
with :
715
715
path : test_results
716
716
name : log-artifact
@@ -773,7 +773,7 @@ jobs:
773
773
with :
774
774
ref : ${{needs.check_and_prepare.outputs.github_ref}}
775
775
- name : Download Desktop integration tests artifact
776
- uses : actions/download-artifact@v3
776
+ uses : actions/download-artifact@v4.1.7
777
777
with :
778
778
path : testapps/testapps-desktop-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.ssl_variant }}
779
779
name : testapps-desktop-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.ssl_variant }}
@@ -842,7 +842,7 @@ jobs:
842
842
retention-days : ${{ env.artifactRetentionDays }}
843
843
- name : Download log artifacts
844
844
if : ${{ needs.check_and_prepare.outputs.pr_number && failure() && !cancelled() }}
845
- uses : actions/download-artifact@v3
845
+ uses : actions/download-artifact@v4.1.7
846
846
with :
847
847
path : test_results
848
848
name : log-artifact
@@ -907,7 +907,7 @@ jobs:
907
907
with :
908
908
ref : ${{needs.check_and_prepare.outputs.github_ref}}
909
909
- name : Download Desktop integration tests artifact
910
- uses : actions/download-artifact@v3
910
+ uses : actions/download-artifact@v4.1.7
911
911
with :
912
912
path : testapps
913
913
name : testapps-desktop-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.ssl_variant }}
@@ -986,7 +986,7 @@ jobs:
986
986
retention-days : ${{ env.artifactRetentionDays }}
987
987
- name : Download log artifacts
988
988
if : ${{ needs.check_and_prepare.outputs.pr_number && failure() && !cancelled() }}
989
- uses : actions/download-artifact@v3
989
+ uses : actions/download-artifact@v4.1.7
990
990
with :
991
991
path : test_results
992
992
name : log-artifact
@@ -1038,7 +1038,7 @@ jobs:
1038
1038
with :
1039
1039
ref : ${{needs.check_and_prepare.outputs.github_ref}}
1040
1040
- name : Download Android integration tests artifact
1041
- uses : actions/download-artifact@v3
1041
+ uses : actions/download-artifact@v4.1.7
1042
1042
with :
1043
1043
path : testapps/testapps-android-${{ matrix.build_os }}
1044
1044
name : testapps-android-${{ matrix.build_os }}
@@ -1122,7 +1122,7 @@ jobs:
1122
1122
retention-days : ${{ env.artifactRetentionDays }}
1123
1123
- name : Download log artifacts
1124
1124
if : ${{ needs.check_and_prepare.outputs.pr_number && failure() && !cancelled() }}
1125
- uses : actions/download-artifact@v3
1125
+ uses : actions/download-artifact@v4.1.7
1126
1126
with :
1127
1127
path : test_results
1128
1128
name : log-artifact
@@ -1168,7 +1168,7 @@ jobs:
1168
1168
with :
1169
1169
ref : ${{needs.check_and_prepare.outputs.github_ref}}
1170
1170
- name : Download iOS integration tests artifact
1171
- uses : actions/download-artifact@v3
1171
+ uses : actions/download-artifact@v4.1.7
1172
1172
with :
1173
1173
path : testapps/testapps-ios-${{ matrix.build_os }}
1174
1174
name : testapps-ios-${{ matrix.build_os }}
@@ -1300,7 +1300,7 @@ jobs:
1300
1300
retention-days : ${{ env.artifactRetentionDays }}
1301
1301
- name : Download log artifacts
1302
1302
if : ${{ needs.check_and_prepare.outputs.pr_number && failure() && !cancelled() }}
1303
- uses : actions/download-artifact@v3
1303
+ uses : actions/download-artifact@v4.1.7
1304
1304
with :
1305
1305
path : test_results
1306
1306
name : log-artifact
@@ -1338,7 +1338,7 @@ jobs:
1338
1338
with :
1339
1339
ref : ${{needs.check_and_prepare.outputs.github_ref}}
1340
1340
- name : Download tvOS integration tests artifact
1341
- uses : actions/download-artifact@v3
1341
+ uses : actions/download-artifact@v4.1.7
1342
1342
with :
1343
1343
path : testapps/testapps-tvos-${{ matrix.build_os }}
1344
1344
name : testapps-tvos-${{ matrix.build_os }}
@@ -1440,7 +1440,7 @@ jobs:
1440
1440
retention-days : ${{ env.artifactRetentionDays }}
1441
1441
- name : Download log artifacts
1442
1442
if : ${{ needs.check_and_prepare.outputs.pr_number && failure() && !cancelled() }}
1443
- uses : actions/download-artifact@v3
1443
+ uses : actions/download-artifact@v4.1.7
1444
1444
with :
1445
1445
path : test_results
1446
1446
name : log-artifact
@@ -1479,7 +1479,7 @@ jobs:
1479
1479
- name : Install python deps
1480
1480
run : pip install -r scripts/gha/python_requirements.txt
1481
1481
- name : Download log artifacts
1482
- uses : actions/download-artifact@v3
1482
+ uses : actions/download-artifact@v4.1.7
1483
1483
with :
1484
1484
path : test_results
1485
1485
name : log-artifact
0 commit comments