@@ -185,18 +185,18 @@ jobs:
185185 details_url : " https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
186186
187187 - name : Checkout
188- uses : actions/checkout@v3
188+ uses : actions/checkout@v4
189189 with :
190190 persist-credentials : false
191191 # if the following values are missing (i.e. not triggered via comment workflow)
192192 # then the default checkout will apply
193193 ref : ${{ inputs.prRef }}
194194
195195 - name : Set up Docker BuildKit
196- uses : docker/setup-buildx-action@v2
196+ uses : docker/setup-buildx-action@v3
197197
198198 - name : Azure Login
199- uses : azure/login@v1
199+ uses : azure/login@v2
200200 with :
201201 creds : ${{ secrets.AZURE_CREDENTIALS }}
202202 environment : ${{ (vars.AZURE_ENVIRONMENT != '' && vars.AZURE_ENVIRONMENT) || 'AzureCloud' }}
@@ -274,7 +274,7 @@ jobs:
274274
275275 steps :
276276 - name : Checkout
277- uses : actions/checkout@v3
277+ uses : actions/checkout@v4
278278 with :
279279 persist-credentials : false
280280 # if the following values are missing (i.e. not triggered via comment workflow)
@@ -298,7 +298,7 @@ jobs:
298298 environment : ${{ inputs.environmentName }}
299299 steps :
300300 - name : Checkout
301- uses : actions/checkout@v3
301+ uses : actions/checkout@v4
302302 with :
303303 persist-credentials : false
304304 # if the following values are missing (i.e. not triggered via comment workflow)
@@ -322,7 +322,7 @@ jobs:
322322 environment : ${{ inputs.environmentName }}
323323 steps :
324324 - name : Checkout
325- uses : actions/checkout@v3
325+ uses : actions/checkout@v4
326326 with :
327327 persist-credentials : false
328328 # if the following values are missing (i.e. not triggered via comment workflow)
@@ -408,7 +408,7 @@ jobs:
408408 environment : ${{ inputs.environmentName }}
409409 steps :
410410 - name : Checkout
411- uses : actions/checkout@v3
411+ uses : actions/checkout@v4
412412 with :
413413 persist-credentials : false
414414 # if the following values are missing (i.e. not triggered via comment workflow)
@@ -454,7 +454,7 @@ jobs:
454454 environment : ${{ inputs.environmentName }}
455455 steps :
456456 - name : Checkout
457- uses : actions/checkout@v3
457+ uses : actions/checkout@v4
458458 with :
459459 persist-credentials : false
460460 # if the following values are missing (i.e. not triggered via comment workflow)
@@ -500,7 +500,7 @@ jobs:
500500 environment : ${{ inputs.environmentName }}
501501 steps :
502502 - name : Checkout
503- uses : actions/checkout@v3
503+ uses : actions/checkout@v4
504504 with :
505505 persist-credentials : false
506506 # if the following values are missing (i.e. not triggered via comment workflow)
@@ -560,7 +560,7 @@ jobs:
560560 environment : ${{ inputs.environmentName }}
561561 steps :
562562 - name : Checkout
563- uses : actions/checkout@v3
563+ uses : actions/checkout@v4
564564 with :
565565 persist-credentials : false
566566 # if the following values are missing (i.e. not triggered via comment workflow)
@@ -609,7 +609,7 @@ jobs:
609609 environment : ${{ inputs.environmentName }}
610610 steps :
611611 - name : Checkout
612- uses : actions/checkout@v3
612+ uses : actions/checkout@v4
613613 with :
614614 persist-credentials : false
615615 # if the following values are missing (i.e. not triggered via comment workflow)
@@ -643,7 +643,7 @@ jobs:
643643 environment : ${{ inputs.environmentName }}
644644 steps :
645645 - name : Checkout
646- uses : actions/checkout@v3
646+ uses : actions/checkout@v4
647647 with :
648648 persist-credentials : false
649649 # if the following values are missing (i.e. not triggered via comment workflow)
@@ -692,7 +692,7 @@ jobs:
692692 environment : ${{ inputs.environmentName }}
693693 steps :
694694 - name : Checkout
695- uses : actions/checkout@v3
695+ uses : actions/checkout@v4
696696 with :
697697 persist-credentials : false
698698 # if the following values are missing (i.e. not triggered via comment workflow)
@@ -723,7 +723,7 @@ jobs:
723723 timeout-minutes : 10
724724 steps :
725725 - name : Checkout
726- uses : actions/checkout@v3
726+ uses : actions/checkout@v4
727727 with :
728728 persist-credentials : false
729729 # if the following values are missing (i.e. not triggered via comment workflow)
@@ -752,7 +752,7 @@ jobs:
752752
753753 - name : Upload Test Results
754754 if : always()
755- uses : actions/upload-artifact@v3
755+ uses : actions/upload-artifact@v4
756756 with :
757757 name : E2E Test (Smoke) Results
758758 path : " ./e2e_tests/pytest_e2e_smoke.xml"
@@ -766,7 +766,7 @@ jobs:
766766 timeout-minutes : 300
767767 steps :
768768 - name : Checkout
769- uses : actions/checkout@v3
769+ uses : actions/checkout@v4
770770 with :
771771 persist-credentials : false
772772 # if the following values are missing (i.e. not triggered via comment workflow)
@@ -796,7 +796,7 @@ jobs:
796796
797797 - name : Upload Test Results
798798 if : always()
799- uses : actions/upload-artifact@v3
799+ uses : actions/upload-artifact@v4
800800 with :
801801 name : E2E Test Results
802802 path : " ./e2e_tests/pytest_e2e_custom.xml"
@@ -811,8 +811,11 @@ jobs:
811811 if : always()
812812 environment : ${{ inputs.environmentName }}
813813 steps :
814- - uses : technote-space/workflow-conclusion-action@v3
815-
814+ # - uses: technote-space/workflow-conclusion-action@v3 (removed due to archived repo and deprecated node.js version)
815+ - uses : im-open/workflow-conclusion@v2.2.2
816+ id : conclusion
817+ with :
818+ github-token : ${{ secrets.GITHUB_TOKEN }}
816819 # For PR builds triggered from comment builds, the GITHUB_REF is set to main
817820 # so the checks aren't automatically associated with the PR
818821 # If prHeadSha is specified then explicity mark the checks for that SHA
@@ -845,12 +848,12 @@ jobs:
845848 timezone : Europe/Zurich
846849
847850 - name : Download Artifacts
848- uses : actions/download-artifact@v3
851+ uses : actions/download-artifact@v4
849852 with :
850853 path : artifacts
851854
852855 - name : Publish E2E Test Results
853- uses : EnricoMi/publish-unit-test-result-action@v2
856+ uses : EnricoMi/publish-unit-test-result-action@v2.16.1
854857 with :
855858 junit_files : " artifacts/**/*.xml"
856859 check_name : " E2E Test Results"
0 commit comments