@@ -349,7 +349,7 @@ jobs:
349349 - name : test
350350 if : ${{ !cancelled() }}
351351 run : ./ci/github/unit-testing/webserver.bash test_with_db 01
352- - uses : codecov/codecov-action@v4.6.0
352+ - uses : codecov/codecov-action@v5.0.2
353353 env :
354354 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
355355 with :
@@ -394,7 +394,7 @@ jobs:
394394 run : ./ci/github/unit-testing/webserver.bash install
395395 - name : test
396396 run : ./ci/github/unit-testing/webserver.bash test_with_db 02
397- - uses : codecov/codecov-action@v4.6.0
397+ - uses : codecov/codecov-action@v5.0.2
398398 env :
399399 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
400400 with :
@@ -439,7 +439,7 @@ jobs:
439439 run : ./ci/github/unit-testing/webserver.bash install
440440 - name : test
441441 run : ./ci/github/unit-testing/webserver.bash test_with_db 03
442- - uses : codecov/codecov-action@v4.6.0
442+ - uses : codecov/codecov-action@v5.0.2
443443 env :
444444 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
445445 with :
@@ -484,7 +484,7 @@ jobs:
484484 run : ./ci/github/unit-testing/webserver.bash install
485485 - name : test
486486 run : ./ci/github/unit-testing/webserver.bash test_with_db 04
487- - uses : codecov/codecov-action@v4.6.0
487+ - uses : codecov/codecov-action@v5.0.2
488488 env :
489489 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
490490 with :
@@ -532,7 +532,7 @@ jobs:
532532 - name : test
533533 if : ${{ !cancelled() }}
534534 run : ./ci/github/unit-testing/storage.bash test
535- - uses : codecov/codecov-action@v4.6.0
535+ - uses : codecov/codecov-action@v5.0.2
536536 env :
537537 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
538538 with :
@@ -582,7 +582,7 @@ jobs:
582582 - name : test
583583 if : ${{ !cancelled() }}
584584 run : ./ci/github/unit-testing/agent.bash test
585- - uses : codecov/codecov-action@v4.6.0
585+ - uses : codecov/codecov-action@v5.0.2
586586 env :
587587 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
588588 with :
@@ -627,7 +627,7 @@ jobs:
627627 run : ./ci/github/unit-testing/api.bash install
628628 - name : test
629629 run : ./ci/github/unit-testing/api.bash test
630- - uses : codecov/codecov-action@v4.6.0
630+ - uses : codecov/codecov-action@v5.0.2
631631 env :
632632 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
633633 with :
@@ -678,7 +678,7 @@ jobs:
678678 - name : OAS backwards compatibility check
679679 if : ${{ !cancelled() }}
680680 run : ./ci/github/unit-testing/api-server.bash openapi-diff
681- - uses : codecov/codecov-action@v4.6.0
681+ - uses : codecov/codecov-action@v5.0.2
682682 env :
683683 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
684684 with :
@@ -726,7 +726,7 @@ jobs:
726726 - name : test
727727 if : ${{ !cancelled() }}
728728 run : ./ci/github/unit-testing/autoscaling.bash test
729- - uses : codecov/codecov-action@v4.6.0
729+ - uses : codecov/codecov-action@v5.0.2
730730 env :
731731 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
732732 with :
@@ -780,7 +780,7 @@ jobs:
780780 with :
781781 name : ${{ github.job }}_docker_logs
782782 path : ./services/catalog/test_failures
783- - uses : codecov/codecov-action@v4.6.0
783+ - uses : codecov/codecov-action@v5.0.2
784784 env :
785785 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
786786 with :
@@ -839,7 +839,7 @@ jobs:
839839 source .venv/bin/activate && \
840840 pushd services/clusters-keeper && \
841841 make test-ci-unit
842- - uses : codecov/codecov-action@v4.6.0
842+ - uses : codecov/codecov-action@v5.0.2
843843 env :
844844 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
845845 with :
@@ -893,7 +893,7 @@ jobs:
893893 with :
894894 name : ${{ github.job }}_docker_logs
895895 path : ./services/datcore-adapter/test_failures
896- - uses : codecov/codecov-action@v4.6.0
896+ - uses : codecov/codecov-action@v5.0.2
897897 env :
898898 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
899899 with :
@@ -935,7 +935,7 @@ jobs:
935935 run : ./ci/github/unit-testing/director.bash install
936936 - name : test
937937 run : ./ci/github/unit-testing/director.bash test
938- - uses : codecov/codecov-action@v4.6.0
938+ - uses : codecov/codecov-action@v5.0.2
939939 env :
940940 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
941941 with :
@@ -989,7 +989,7 @@ jobs:
989989 with :
990990 name : ${{ github.job }}_docker_logs
991991 path : ./services/director-v2/test_failures
992- - uses : codecov/codecov-action@v4.6.0
992+ - uses : codecov/codecov-action@v5.0.2
993993 env :
994994 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
995995 with :
@@ -1037,7 +1037,7 @@ jobs:
10371037 - name : test
10381038 if : ${{ !cancelled() }}
10391039 run : ./ci/github/unit-testing/aws-library.bash test
1040- - uses : codecov/codecov-action@v4.6.0
1040+ - uses : codecov/codecov-action@v5.0.2
10411041 env :
10421042 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
10431043 with :
@@ -1085,7 +1085,7 @@ jobs:
10851085 - name : test
10861086 if : ${{ !cancelled() }}
10871087 run : ./ci/github/unit-testing/dask-task-models-library.bash test
1088- - uses : codecov/codecov-action@v4.6.0
1088+ - uses : codecov/codecov-action@v5.0.2
10891089 env :
10901090 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
10911091 with :
@@ -1133,7 +1133,7 @@ jobs:
11331133 - name : test
11341134 if : ${{ !cancelled() }}
11351135 run : ./ci/github/unit-testing/dask-sidecar.bash test
1136- - uses : codecov/codecov-action@v4.6.0
1136+ - uses : codecov/codecov-action@v5.0.2
11371137 env :
11381138 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
11391139 with :
@@ -1191,7 +1191,7 @@ jobs:
11911191 source .venv/bin/activate && \
11921192 pushd services/osparc-gateway-server && \
11931193 make test-ci-unit
1194- - uses : codecov/codecov-action@v4.6.0
1194+ - uses : codecov/codecov-action@v5.0.2
11951195 env :
11961196 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
11971197 with :
@@ -1239,7 +1239,7 @@ jobs:
12391239 - name : test
12401240 if : ${{ !cancelled() }}
12411241 run : ./ci/github/unit-testing/payments.bash test
1242- - uses : codecov/codecov-action@v4.6.0
1242+ - uses : codecov/codecov-action@v5.0.2
12431243 env :
12441244 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
12451245 with :
@@ -1287,7 +1287,7 @@ jobs:
12871287 - name : test
12881288 if : ${{ !cancelled() }}
12891289 run : ./ci/github/unit-testing/dynamic-scheduler.bash test
1290- - uses : codecov/codecov-action@v4.6.0
1290+ - uses : codecov/codecov-action@v5.0.2
12911291 env :
12921292 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
12931293 with :
@@ -1345,7 +1345,7 @@ jobs:
13451345 source .venv/bin/activate && \
13461346 pushd services/resource-usage-tracker && \
13471347 make test-ci-unit
1348- - uses : codecov/codecov-action@v4.6.0
1348+ - uses : codecov/codecov-action@v5.0.2
13491349 env :
13501350 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
13511351 with :
@@ -1393,7 +1393,7 @@ jobs:
13931393 - name : test
13941394 if : ${{ !cancelled() }}
13951395 run : ./ci/github/unit-testing/dynamic-sidecar.bash test
1396- - uses : codecov/codecov-action@v4.6.0
1396+ - uses : codecov/codecov-action@v5.0.2
13971397 env :
13981398 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
13991399 with :
@@ -1452,7 +1452,7 @@ jobs:
14521452 source .venv/bin/activate && \
14531453 pushd services/efs-guardian && \
14541454 make test-ci-unit
1455- - uses : codecov/codecov-action@v4.6.0
1455+ - uses : codecov/codecov-action@v5.0.2
14561456 env :
14571457 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
14581458 with :
@@ -1535,7 +1535,7 @@ jobs:
15351535 - name : test
15361536 if : ${{ !cancelled() }}
15371537 run : ./ci/github/unit-testing/postgres-database.bash test
1538- - uses : codecov/codecov-action@v4.6.0
1538+ - uses : codecov/codecov-action@v5.0.2
15391539 env :
15401540 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
15411541 with :
@@ -1583,7 +1583,7 @@ jobs:
15831583 - name : test
15841584 if : ${{ !cancelled() }}
15851585 run : ./ci/github/unit-testing/invitations.bash test
1586- - uses : codecov/codecov-action@v4.6.0
1586+ - uses : codecov/codecov-action@v5.0.2
15871587 env :
15881588 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
15891589 with :
@@ -1631,7 +1631,7 @@ jobs:
16311631 - name : test
16321632 if : ${{ !cancelled() }}
16331633 run : ./ci/github/unit-testing/service-integration.bash test
1634- - uses : codecov/codecov-action@v4.6.0
1634+ - uses : codecov/codecov-action@v5.0.2
16351635 env :
16361636 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
16371637 with :
@@ -1679,7 +1679,7 @@ jobs:
16791679 - name : test
16801680 if : ${{ !cancelled() }}
16811681 run : ./ci/github/unit-testing/service-library.bash test_all
1682- - uses : codecov/codecov-action@v4.6.0
1682+ - uses : codecov/codecov-action@v5.0.2
16831683 env :
16841684 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
16851685 with :
@@ -1727,7 +1727,7 @@ jobs:
17271727 - name : test
17281728 if : ${{ !cancelled() }}
17291729 run : ./ci/github/unit-testing/settings-library.bash test
1730- - uses : codecov/codecov-action@v4.6.0
1730+ - uses : codecov/codecov-action@v5.0.2
17311731 env :
17321732 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
17331733 with :
@@ -1774,7 +1774,7 @@ jobs:
17741774 run : ./ci/github/unit-testing/models-library.bash typecheck
17751775 - name : test
17761776 run : ./ci/github/unit-testing/models-library.bash test
1777- - uses : codecov/codecov-action@v4.6.0
1777+ - uses : codecov/codecov-action@v5.0.2
17781778 env :
17791779 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
17801780 with :
@@ -1824,7 +1824,7 @@ jobs:
18241824 - name : test
18251825 if : ${{ !cancelled() }}
18261826 run : ./ci/github/unit-testing/notifications-library.bash test
1827- - uses : codecov/codecov-action@v4.6.0
1827+ - uses : codecov/codecov-action@v5.0.2
18281828 env :
18291829 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
18301830 with :
@@ -1874,7 +1874,7 @@ jobs:
18741874 - name : test
18751875 if : ${{ !cancelled() }}
18761876 run : ./ci/github/unit-testing/simcore-sdk.bash test
1877- - uses : codecov/codecov-action@v4.6.0
1877+ - uses : codecov/codecov-action@v5.0.2
18781878 env :
18791879 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
18801880 with :
@@ -1989,7 +1989,7 @@ jobs:
19891989 - name : cleanup
19901990 if : ${{ !cancelled() }}
19911991 run : ./ci/github/integration-testing/webserver.bash clean_up
1992- - uses : codecov/codecov-action@v4.6.0
1992+ - uses : codecov/codecov-action@v5.0.2
19931993 env :
19941994 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
19951995 with :
@@ -2052,7 +2052,7 @@ jobs:
20522052 - name : cleanup
20532053 if : ${{ !cancelled() }}
20542054 run : ./ci/github/integration-testing/webserver.bash clean_up
2055- - uses : codecov/codecov-action@v4.6.0
2055+ - uses : codecov/codecov-action@v5.0.2
20562056 env :
20572057 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
20582058 with :
@@ -2115,7 +2115,7 @@ jobs:
21152115 - name : cleanup
21162116 if : ${{ !cancelled() }}
21172117 run : ./ci/github/integration-testing/director-v2.bash clean_up
2118- - uses : codecov/codecov-action@v4.6.0
2118+ - uses : codecov/codecov-action@v5.0.2
21192119 env :
21202120 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
21212121 with :
@@ -2182,7 +2182,7 @@ jobs:
21822182 - name : cleanup
21832183 if : ${{ !cancelled() }}
21842184 run : ./ci/github/integration-testing/director-v2.bash clean_up
2185- - uses : codecov/codecov-action@v4.6.0
2185+ - uses : codecov/codecov-action@v5.0.2
21862186 env :
21872187 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
21882188 with :
@@ -2247,7 +2247,7 @@ jobs:
22472247 - name : cleanup
22482248 if : ${{ !cancelled() }}
22492249 run : ./ci/github/integration-testing/dynamic-sidecar.bash clean_up
2250- - uses : codecov/codecov-action@v4.6.0
2250+ - uses : codecov/codecov-action@v5.0.2
22512251 env :
22522252 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
22532253 with :
@@ -2325,7 +2325,7 @@ jobs:
23252325 run : |
23262326 pushd services/osparc-gateway-server && \
23272327 make down
2328- - uses : codecov/codecov-action@v4.6.0
2328+ - uses : codecov/codecov-action@v5.0.2
23292329 env :
23302330 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
23312331 with :
@@ -2388,7 +2388,7 @@ jobs:
23882388 - name : cleanup
23892389 if : ${{ !cancelled() }}
23902390 run : ./ci/github/integration-testing/simcore-sdk.bash clean_up
2391- - uses : codecov/codecov-action@v4.6.0
2391+ - uses : codecov/codecov-action@v5.0.2
23922392 env :
23932393 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
23942394 with :
0 commit comments