@@ -121,7 +121,7 @@ jobs:
121121 chmod +x ./cc-test-reporter && ./cc-test-reporter --version
122122 ./cc-test-reporter format-coverage -t coverage.py -o codeclimate.${{ github.job }}_coverage.json coverage.xml
123123 - name : upload codeclimate coverage
124- uses : actions/upload-artifact@v2
124+ uses : actions/upload-artifact@v3
125125 with :
126126 name : codeclimate-${{ github.job }}-coverage
127127 path : codeclimate.${{ github.job }}_coverage.json
@@ -171,7 +171,7 @@ jobs:
171171 chmod +x ./cc-test-reporter && ./cc-test-reporter --version
172172 ./cc-test-reporter format-coverage -t coverage.py -o codeclimate.${{ github.job }}_coverage.json coverage.xml
173173 - name : upload codeclimate coverage
174- uses : actions/upload-artifact@v2
174+ uses : actions/upload-artifact@v3
175175 with :
176176 name : codeclimate-${{ github.job }}-coverage
177177 path : codeclimate.${{ github.job }}_coverage.json
@@ -221,7 +221,7 @@ jobs:
221221 chmod +x ./cc-test-reporter && ./cc-test-reporter --version
222222 ./cc-test-reporter format-coverage -t coverage.py -o codeclimate.${{ github.job }}_coverage.json coverage.xml
223223 - name : upload codeclimate coverage
224- uses : actions/upload-artifact@v2
224+ uses : actions/upload-artifact@v3
225225 with :
226226 name : codeclimate-${{ github.job }}-coverage
227227 path : codeclimate.${{ github.job }}_coverage.json
@@ -308,7 +308,7 @@ jobs:
308308 chmod +x ./cc-test-reporter && ./cc-test-reporter --version
309309 ./cc-test-reporter format-coverage -t coverage.py -o codeclimate.${{ github.job }}_coverage.json coverage.xml
310310 - name : upload codeclimate coverage
311- uses : actions/upload-artifact@v2
311+ uses : actions/upload-artifact@v3
312312 with :
313313 name : codeclimate-${{ github.job }}-coverage
314314 path : codeclimate.${{ github.job }}_coverage.json
@@ -351,7 +351,7 @@ jobs:
351351 run : ./ci/github/unit-testing/catalog.bash test
352352 - name : upload failed tests logs
353353 if : failure()
354- uses : actions/upload-artifact@v2
354+ uses : actions/upload-artifact@v3
355355 with :
356356 name : ${{ github.job }}_docker_logs
357357 path : ./services/catalog/test_failures
@@ -364,7 +364,7 @@ jobs:
364364 chmod +x ./cc-test-reporter && ./cc-test-reporter --version
365365 ./cc-test-reporter format-coverage -t coverage.py -o codeclimate.${{ github.job }}_coverage.json coverage.xml
366366 - name : upload codeclimate coverage
367- uses : actions/upload-artifact@v2
367+ uses : actions/upload-artifact@v3
368368 with :
369369 name : codeclimate-${{ github.job }}-coverage
370370 path : codeclimate.${{ github.job }}_coverage.json
@@ -407,7 +407,7 @@ jobs:
407407 run : ./ci/github/unit-testing/datcore-adapter.bash test
408408 - name : upload failed tests logs
409409 if : failure()
410- uses : actions/upload-artifact@v2
410+ uses : actions/upload-artifact@v3
411411 with :
412412 name : ${{ github.job }}_docker_logs
413413 path : ./services/datcore-adapter/test_failures
@@ -420,7 +420,7 @@ jobs:
420420 chmod +x ./cc-test-reporter && ./cc-test-reporter --version
421421 ./cc-test-reporter format-coverage -t coverage.py -o codeclimate.${{ github.job }}_coverage.json coverage.xml
422422 - name : upload codeclimate coverage
423- uses : actions/upload-artifact@v2
423+ uses : actions/upload-artifact@v3
424424 with :
425425 name : codeclimate-${{ github.job }}-coverage
426426 path : codeclimate.${{ github.job }}_coverage.json
@@ -471,7 +471,7 @@ jobs:
471471 chmod +x ./cc-test-reporter && ./cc-test-reporter --version
472472 ./cc-test-reporter format-coverage -t coverage.py -o codeclimate.${{ github.job }}_coverage.json coverage.xml
473473 - name : upload codeclimate coverage
474- uses : actions/upload-artifact@v2
474+ uses : actions/upload-artifact@v3
475475 with :
476476 name : codeclimate-${{ github.job }}-coverage
477477 path : codeclimate.${{ github.job }}_coverage.json
@@ -514,7 +514,7 @@ jobs:
514514 run : ./ci/github/unit-testing/director-v2.bash test
515515 - name : upload failed tests logs
516516 if : failure()
517- uses : actions/upload-artifact@v2
517+ uses : actions/upload-artifact@v3
518518 with :
519519 name : ${{ github.job }}_docker_logs
520520 path : ./services/director-v2/test_failures
@@ -527,7 +527,7 @@ jobs:
527527 chmod +x ./cc-test-reporter && ./cc-test-reporter --version
528528 ./cc-test-reporter format-coverage -t coverage.py -o codeclimate.${{ github.job }}_coverage.json coverage.xml
529529 - name : upload codeclimate coverage
530- uses : actions/upload-artifact@v2
530+ uses : actions/upload-artifact@v3
531531 with :
532532 name : codeclimate-${{ github.job }}-coverage
533533 path : codeclimate.${{ github.job }}_coverage.json
@@ -579,7 +579,7 @@ jobs:
579579 chmod +x ./cc-test-reporter && ./cc-test-reporter --version
580580 ./cc-test-reporter format-coverage -t coverage.py -o codeclimate.${{ github.job }}_coverage.json coverage.xml
581581 - name : upload codeclimate coverage
582- uses : actions/upload-artifact@v2
582+ uses : actions/upload-artifact@v3
583583 with :
584584 name : codeclimate-${{ github.job }}-coverage
585585 path : codeclimate.${{ github.job }}_coverage.json
@@ -629,7 +629,7 @@ jobs:
629629 chmod +x ./cc-test-reporter && ./cc-test-reporter --version
630630 ./cc-test-reporter format-coverage -t coverage.py -o codeclimate.${{ github.job }}_coverage.json coverage.xml
631631 - name : upload codeclimate coverage
632- uses : actions/upload-artifact@v2
632+ uses : actions/upload-artifact@v3
633633 with :
634634 name : codeclimate-${{ github.job }}-coverage
635635 path : codeclimate.${{ github.job }}_coverage.json
@@ -681,7 +681,7 @@ jobs:
681681 chmod +x ./cc-test-reporter && ./cc-test-reporter --version
682682 ./cc-test-reporter format-coverage -t coverage.py -o codeclimate.${{ github.job }}_coverage.json coverage.xml
683683 - name : upload codeclimate coverage
684- uses : actions/upload-artifact@v2
684+ uses : actions/upload-artifact@v3
685685 with :
686686 name : codeclimate-${{ github.job }}-coverage
687687 path : codeclimate.${{ github.job }}_coverage.json
@@ -807,7 +807,7 @@ jobs:
807807 ./cc-test-reporter --version
808808 ./cc-test-reporter format-coverage -t coverage.py -o codeclimate.${{ github.job }}_coverage.json coverage.xml
809809 - name : upload codeclimate coverage
810- uses : actions/upload-artifact@v2
810+ uses : actions/upload-artifact@v3
811811 with :
812812 name : codeclimate-${{ github.job }}-coverage
813813 path : codeclimate.${{ github.job }}_coverage.json
@@ -857,7 +857,7 @@ jobs:
857857 chmod +x ./cc-test-reporter && ./cc-test-reporter --version
858858 ./cc-test-reporter format-coverage -t coverage.py -o codeclimate.${{ github.job }}_coverage.json coverage.xml
859859 - name : upload codeclimate coverage
860- uses : actions/upload-artifact@v2
860+ uses : actions/upload-artifact@v3
861861 with :
862862 name : codeclimate-${{ github.job }}-coverage
863863 path : codeclimate.${{ github.job }}_coverage.json
@@ -907,7 +907,7 @@ jobs:
907907 chmod +x ./cc-test-reporter && ./cc-test-reporter --version
908908 ./cc-test-reporter format-coverage -t coverage.py -o codeclimate.${{ github.job }}_coverage.json coverage.xml
909909 - name : upload codeclimate coverage
910- uses : actions/upload-artifact@v2
910+ uses : actions/upload-artifact@v3
911911 with :
912912 name : codeclimate-${{ github.job }}-coverage
913913 path : codeclimate.${{ github.job }}_coverage.json
@@ -957,7 +957,7 @@ jobs:
957957 chmod +x ./cc-test-reporter && ./cc-test-reporter --version
958958 ./cc-test-reporter format-coverage -t coverage.py -o codeclimate.${{ github.job }}_coverage.json coverage.xml
959959 - name : upload codeclimate coverage
960- uses : actions/upload-artifact@v2
960+ uses : actions/upload-artifact@v3
961961 with :
962962 name : codeclimate-${{ github.job }}-coverage
963963 path : codeclimate.${{ github.job }}_coverage.json
@@ -1007,7 +1007,7 @@ jobs:
10071007 chmod +x ./cc-test-reporter && ./cc-test-reporter --version
10081008 ./cc-test-reporter format-coverage -t coverage.py -o codeclimate.${{ github.job }}_coverage.json coverage.xml
10091009 - name : upload codeclimate coverage
1010- uses : actions/upload-artifact@v2
1010+ uses : actions/upload-artifact@v3
10111011 with :
10121012 name : codeclimate-${{ github.job }}-coverage
10131013 path : codeclimate.${{ github.job }}_coverage.json
@@ -1057,7 +1057,7 @@ jobs:
10571057 chmod +x ./cc-test-reporter && ./cc-test-reporter --version
10581058 ./cc-test-reporter format-coverage -t coverage.py -o codeclimate.${{ github.job }}_coverage.json coverage.xml
10591059 - name : upload codeclimate coverage
1060- uses : actions/upload-artifact@v2
1060+ uses : actions/upload-artifact@v3
10611061 with :
10621062 name : codeclimate-${{ github.job }}-coverage
10631063 path : codeclimate.${{ github.job }}_coverage.json
@@ -1107,7 +1107,7 @@ jobs:
11071107 chmod +x ./cc-test-reporter && ./cc-test-reporter --version
11081108 ./cc-test-reporter format-coverage -t coverage.py -o codeclimate.${{ github.job }}_coverage.json coverage.xml
11091109 - name : upload codeclimate coverage
1110- uses : actions/upload-artifact@v2
1110+ uses : actions/upload-artifact@v3
11111111 with :
11121112 name : codeclimate-${{ github.job }}-coverage
11131113 path : codeclimate.${{ github.job }}_coverage.json
@@ -1157,7 +1157,7 @@ jobs:
11571157 run : ./ci/github/integration-testing/webserver.bash test 01
11581158 - name : upload failed tests logs
11591159 if : failure()
1160- uses : actions/upload-artifact@v2
1160+ uses : actions/upload-artifact@v3
11611161 with :
11621162 name : ${{ github.job }}_docker_logs
11631163 path : ./services/web/server/test_failures
@@ -1173,7 +1173,7 @@ jobs:
11731173 chmod +x ./cc-test-reporter && ./cc-test-reporter --version
11741174 ./cc-test-reporter format-coverage -t coverage.py -o codeclimate.${{ github.job }}_coverage.json coverage.xml
11751175 - name : upload codeclimate coverage
1176- uses : actions/upload-artifact@v2
1176+ uses : actions/upload-artifact@v3
11771177 with :
11781178 name : codeclimate-${{ github.job }}-coverage
11791179 path : codeclimate.${{ github.job }}_coverage.json
@@ -1223,7 +1223,7 @@ jobs:
12231223 run : ./ci/github/integration-testing/webserver.bash test 02
12241224 - name : upload failed tests logs
12251225 if : failure()
1226- uses : actions/upload-artifact@v2
1226+ uses : actions/upload-artifact@v3
12271227 with :
12281228 name : ${{ github.job }}_docker_logs
12291229 path : ./services/web/server/test_failures
@@ -1239,7 +1239,7 @@ jobs:
12391239 chmod +x ./cc-test-reporter && ./cc-test-reporter --version
12401240 ./cc-test-reporter format-coverage -t coverage.py -o codeclimate.${{ github.job }}_coverage.json coverage.xml
12411241 - name : upload codeclimate coverage
1242- uses : actions/upload-artifact@v2
1242+ uses : actions/upload-artifact@v3
12431243 with :
12441244 name : codeclimate-${{ github.job }}-coverage
12451245 path : codeclimate.${{ github.job }}_coverage.json
@@ -1289,7 +1289,7 @@ jobs:
12891289 run : ./ci/github/integration-testing/director-v2.bash test 01
12901290 - name : upload failed tests logs
12911291 if : failure()
1292- uses : actions/upload-artifact@v2
1292+ uses : actions/upload-artifact@v3
12931293 with :
12941294 name : ${{ github.job }}_docker_logs
12951295 path : ./services/director-v2/test_failures
@@ -1305,7 +1305,7 @@ jobs:
13051305 chmod +x ./cc-test-reporter && ./cc-test-reporter --version
13061306 ./cc-test-reporter format-coverage -t coverage.py -o codeclimate.${{ github.job }}_coverage.json coverage.xml
13071307 - name : upload codeclimate coverage
1308- uses : actions/upload-artifact@v2
1308+ uses : actions/upload-artifact@v3
13091309 with :
13101310 name : codeclimate-${{ github.job }}-coverage
13111311 path : codeclimate.${{ github.job }}_coverage.json
@@ -1358,7 +1358,7 @@ jobs:
13581358 run : ./ci/github/integration-testing/director-v2.bash test 02
13591359 - name : upload failed tests logs
13601360 if : failure()
1361- uses : actions/upload-artifact@v2
1361+ uses : actions/upload-artifact@v3
13621362 with :
13631363 name : ${{ github.job }}_docker_logs
13641364 path : ./services/director-v2/test_failures
@@ -1374,7 +1374,7 @@ jobs:
13741374 chmod +x ./cc-test-reporter && ./cc-test-reporter --version
13751375 ./cc-test-reporter format-coverage -t coverage.py -o codeclimate.${{ github.job }}_coverage.json coverage.xml
13761376 - name : upload codeclimate coverage
1377- uses : actions/upload-artifact@v2
1377+ uses : actions/upload-artifact@v3
13781378 with :
13791379 name : codeclimate-${{ github.job }}-coverage
13801380 path : codeclimate.${{ github.job }}_coverage.json
@@ -1424,7 +1424,7 @@ jobs:
14241424 run : ./ci/github/integration-testing/simcore-sdk.bash test
14251425 - name : upload failed tests logs
14261426 if : failure()
1427- uses : actions/upload-artifact@v2
1427+ uses : actions/upload-artifact@v3
14281428 with :
14291429 name : ${{ github.job }}_docker_logs
14301430 path : ./packages/simcore-sdk/test_failures
@@ -1440,7 +1440,7 @@ jobs:
14401440 chmod +x ./cc-test-reporter && ./cc-test-reporter --version
14411441 ./cc-test-reporter format-coverage -t coverage.py -o codeclimate.${{ github.job }}_coverage.json coverage.xml
14421442 - name : upload codeclimate coverage
1443- uses : actions/upload-artifact@v2
1443+ uses : actions/upload-artifact@v3
14441444 with :
14451445 name : codeclimate-${{ github.job }}-coverage
14461446 path : codeclimate.${{ github.job }}_coverage.json
@@ -1490,7 +1490,7 @@ jobs:
14901490 run : ./ci/github/system-testing/public-api.bash test
14911491 - name : upload failed tests logs
14921492 if : failure()
1493- uses : actions/upload-artifact@v2
1493+ uses : actions/upload-artifact@v3
14941494 with :
14951495 name : ${{ github.job }}_docker_logs
14961496 path : ./test_failures
@@ -1543,7 +1543,7 @@ jobs:
15431543 run : ./ci/github/system-testing/swarm-deploy.bash test
15441544 - name : upload failed tests logs
15451545 if : failure()
1546- uses : actions/upload-artifact@v2
1546+ uses : actions/upload-artifact@v3
15471547 with :
15481548 name : ${{ github.job }}_docker_logs
15491549 path : ./test_failures
@@ -1606,19 +1606,19 @@ jobs:
16061606 run : ./ci/github/system-testing/e2e.bash dump_docker_logs
16071607 - name : upload docker logs
16081608 if : failure()
1609- uses : actions/upload-artifact@v2
1609+ uses : actions/upload-artifact@v3
16101610 with :
16111611 name : ${{ github.job }}_docker_logs
16121612 path : ./tests/e2e/test_failures
16131613 - name : upload screenshots
16141614 if : always()
1615- uses : actions/upload-artifact@v2
1615+ uses : actions/upload-artifact@v3
16161616 with :
16171617 name : ${{ github.job }}_screenshots
16181618 path : tests/e2e/screenshots
16191619 - name : upload e2e logs
16201620 if : failure()
1621- uses : actions/upload-artifact@v2
1621+ uses : actions/upload-artifact@v3
16221622 with :
16231623 name : ${{ github.job }}_logs
16241624 path : tests/e2e/logs
0 commit comments