@@ -326,7 +326,7 @@ jobs:
326326 run : rm -rf testapps-${{ steps.matrix_info.outputs.info }}/Windows || true
327327 - name : Download log artifacts
328328 if : ${{ needs.check_and_prepare.outputs.pr_number && failure() && !cancelled() }}
329- uses : actions/download-artifact@v4.1.7
329+ uses : actions/download-artifact@v3
330330 with :
331331 path : test_results
332332 name : build_and_test_results
@@ -501,7 +501,7 @@ jobs:
501501 if : runner.os == 'macOS'
502502 run : sudo xcode-select -s /Applications/Xcode_${{ env.xcodeVersion }}.app/Contents/Developer
503503 - name : Download Testapp artifacts
504- uses : actions/download-artifact@v4.1.7
504+ uses : actions/download-artifact@v3
505505 with :
506506 path : testapps
507507 name : ${{ steps.matrix_info.outputs.artifact_path }}
@@ -610,7 +610,7 @@ jobs:
610610 retention-days : ${{ env.artifactRetentionDays }}
611611 - name : Download log artifacts
612612 if : ${{ needs.check_and_prepare.outputs.pr_number && failure() && !cancelled() }}
613- uses : actions/download-artifact@v4.1.7
613+ uses : actions/download-artifact@v3
614614 with :
615615 path : test_results
616616 name : build_and_test_results
@@ -649,7 +649,7 @@ jobs:
649649 - name : Install python deps
650650 run : pip install -r scripts/gha/requirements.txt
651651 - name : Download log artifacts
652- uses : actions/download-artifact@v4.1.7
652+ uses : actions/download-artifact@v3
653653 with :
654654 path : test_results
655655 name : build_and_test_results
0 commit comments