2323 run : cd eform-angular-frontend && docker build . -t microtingas/frontend-container:latest --build-arg GITVERSION=1.0.0 --build-arg SENTRY_AUTH_TOKEN=${{secrets.SENTRY_AUTH_TOKEN}}
2424 shell : bash
2525 - run : docker save microtingas/frontend-container:latest -o container.tar
26- - uses : actions/upload-artifact@v3
26+ - uses : actions/upload-artifact@v4
2727 with :
2828 name : container
2929 path : container.tar
4444 repository : microting/eform-angular-frontend
4545 ref : stable
4646 path : eform-angular-frontend
47- - uses : actions/download-artifact@v3
47+ - uses : actions/download-artifact@v4
4848 with :
4949 name : container
5050 - run : docker load -i container.tar
@@ -125,7 +125,7 @@ jobs:
125125 color : danger
126126 - name : Archive screenshot artifacts
127127 if : ${{ failure() }}
128- uses : actions/upload-artifact@v3
128+ uses : actions/upload-artifact@v4
129129 with :
130130 name : error Screenshots
131131 path : |
@@ -199,7 +199,7 @@ jobs:
199199 docker build . -t microtingas/frontend-container:latest --build-arg GITVERSION=1.0.0 --build-arg PLUGINVERSION=1.0.0
200200 shell : bash
201201 - run : docker save microtingas/frontend-container:latest -o items-planning-container.tar
202- - uses : actions/upload-artifact@v3
202+ - uses : actions/upload-artifact@v4
203203 with :
204204 name : items-planning-container
205205 path : items-planning-container.tar
@@ -214,7 +214,7 @@ jobs:
214214 - uses : actions/checkout@v3
215215 with :
216216 path : main
217- - uses : actions/download-artifact@v3
217+ - uses : actions/download-artifact@v4
218218 with :
219219 name : items-planning-container
220220 - run : docker load -i items-planning-container.tar
@@ -300,7 +300,7 @@ jobs:
300300 color : danger
301301 - name : Archive screenshot artifacts
302302 if : ${{ failure() }}
303- uses : actions/upload-artifact@v3
303+ uses : actions/upload-artifact@v4
304304 with :
305305 name : error Screenshots
306306 path : |
@@ -377,7 +377,7 @@ jobs:
377377 run : |-
378378 docker tag microtingas/greate-belt-container:latest microtingas/greate-belt-container:latest
379379 - run : docker save microtingas/greate-belt-container:latest -o greate-belt-container.tar
380- - uses : actions/upload-artifact@v3
380+ - uses : actions/upload-artifact@v4
381381 with :
382382 name : greate-belt-container
383383 path : greate-belt-container.tar
@@ -395,7 +395,7 @@ jobs:
395395 repository : microting/eform-angular-greate-belt-plugin
396396 ref : stable
397397 path : eform-angular-greate-belt-plugin
398- - uses : actions/download-artifact@v3
398+ - uses : actions/download-artifact@v4
399399 with :
400400 name : greate-belt-container
401401 - run : docker load -i greate-belt-container.tar
@@ -475,7 +475,7 @@ jobs:
475475 cat docker_run_log
476476 - name : Archive screenshot artifacts
477477 if : ${{ failure() }}
478- uses : actions/upload-artifact@v3
478+ uses : actions/upload-artifact@v4
479479 with :
480480 name : error Screenshots
481481 path : |
@@ -554,7 +554,7 @@ jobs:
554554 - name : Build the tagged Docker image
555555 run : docker build . -t microtingas/workflow-container:latest -t microtingas/workflow-container:1.0.0 --build-arg GITVERSION=1.00 --build-arg PLUGINVERSION=1.0.0
556556 - run : docker save microtingas/workflow-container:latest -o workflow-container.tar
557- - uses : actions/upload-artifact@v3
557+ - uses : actions/upload-artifact@v4
558558 with :
559559 name : workflow-container
560560 path : workflow-container.tar
@@ -571,7 +571,7 @@ jobs:
571571 run : |
572572 docker pull mariadb:10.8
573573 docker run --name mariadbtest --network data -e MYSQL_ROOT_PASSWORD=secretpassword -p 3306:3306 -d mariadb:10.8
574- - uses : actions/download-artifact@v3
574+ - uses : actions/download-artifact@v4
575575 with :
576576 name : workflow-container
577577 - run : docker load -i workflow-container.tar
@@ -772,7 +772,7 @@ jobs:
772772 run : |-
773773 docker tag microtingas/work-items-planning-container:latest microtingas/work-items-planning-container:latest
774774 - run : docker save microtingas/work-items-planning-container:latest -o work-items-planning-container.tar
775- - uses : actions/upload-artifact@v3
775+ - uses : actions/upload-artifact@v4
776776 with :
777777 name : work-items-planning-container
778778 path : work-items-planning-container.tar
@@ -787,7 +787,7 @@ jobs:
787787 - uses : actions/checkout@v3
788788 with :
789789 path : main
790- - uses : actions/download-artifact@v3
790+ - uses : actions/download-artifact@v4
791791 with :
792792 name : work-items-planning-container
793793 - run : docker load -i work-items-planning-container.tar
@@ -929,15 +929,15 @@ jobs:
929929 cat docker_run_log
930930 - name : Archive screenshot artifacts
931931 if : ${{ failure() }}
932- uses : actions/upload-artifact@v3
932+ uses : actions/upload-artifact@v4
933933 with :
934934 name : error Screenshots
935935 path : |
936936 /home/runner/work/work-items-planning-container/work-items-planning-container/eform-angular-frontend/eform-client/errorShots/chrome*.png
937937 retention-days : 2
938938 - name : Archive videos
939939 if : ${{ failure() }}
940- uses : actions/upload-artifact@v3
940+ uses : actions/upload-artifact@v4
941941 with :
942942 name : error Screenshots
943943 path : |
@@ -1007,7 +1007,7 @@ jobs:
10071007 run : |-
10081008 docker tag microtingas/time-planning-container:latest microtingas/time-planning-container:latest
10091009 - run : docker save microtingas/time-planning-container:latest -o time-planning-container.tar
1010- - uses : actions/upload-artifact@v3
1010+ - uses : actions/upload-artifact@v4
10111011 with :
10121012 name : time-planning-container
10131013 path : time-planning-container.tar
@@ -1027,7 +1027,7 @@ jobs:
10271027 repository : microting/eform-angular-timeplanning-plugin
10281028 ref : stable
10291029 path : eform-angular-timeplanning-plugin
1030- - uses : actions/download-artifact@v3
1030+ - uses : actions/download-artifact@v4
10311031 with :
10321032 name : time-planning-container
10331033 - run : docker load -i time-planning-container.tar
@@ -1127,7 +1127,7 @@ jobs:
11271127 cat docker_run_log
11281128 - name : Archive screenshot artifacts
11291129 if : ${{ failure() }}
1130- uses : actions/upload-artifact@v3
1130+ uses : actions/upload-artifact@v4
11311131 with :
11321132 name : error Screenshots
11331133 path : |
@@ -1594,7 +1594,7 @@ jobs:
15941594 result=`cat docker_run_log | grep "No messages for us right now!" -m 1 | wc -l`
15951595 if [ $result -ne 1 ];then exit 1; fi
15961596 - run : docker save microtingas/work-items-planning-service-container:latest -o work-items-planning-service-container.tar
1597- - uses : actions/upload-artifact@v3
1597+ - uses : actions/upload-artifact@v4
15981598 with :
15991599 name : work-items-planning-service-container
16001600 path : work-items-planning-service-container.tar
@@ -1608,7 +1608,7 @@ jobs:
16081608 - uses : actions/checkout@v3
16091609 with :
16101610 path : main
1611- - uses : actions/download-artifact@v3
1611+ - uses : actions/download-artifact@v4
16121612 with :
16131613 name : work-items-planning-container
16141614 - run : docker load -i work-items-planning-container.tar
@@ -1637,7 +1637,7 @@ jobs:
16371637 - uses : actions/checkout@v3
16381638 with :
16391639 path : main
1640- - uses : actions/download-artifact@v3
1640+ - uses : actions/download-artifact@v4
16411641 with :
16421642 name : work-items-planning-service-container
16431643 - run : docker load -i work-items-planning-service-container.tar
0 commit comments