Skip to content

Commit aff7a8b

Browse files
Bump codecov/codecov-action from 4.5.0 to 4.6.0 (#6497)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2e1f0ec commit aff7a8b

File tree

1 file changed

+36
-36
lines changed

1 file changed

+36
-36
lines changed

.github/workflows/ci-testing-deploy.yml

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ jobs:
350350
- name: test
351351
if: always()
352352
run: ./ci/github/unit-testing/webserver.bash test_with_db 01
353-
- uses: codecov/codecov-action@v4.5.0
353+
- uses: codecov/codecov-action@v4.6.0
354354
with:
355355
flags: unittests #optional
356356

@@ -389,7 +389,7 @@ jobs:
389389
run: ./ci/github/unit-testing/webserver.bash install
390390
- name: test
391391
run: ./ci/github/unit-testing/webserver.bash test_with_db 02
392-
- uses: codecov/codecov-action@v4.5.0
392+
- uses: codecov/codecov-action@v4.6.0
393393
with:
394394
flags: unittests #optional
395395

@@ -428,7 +428,7 @@ jobs:
428428
run: ./ci/github/unit-testing/webserver.bash install
429429
- name: test
430430
run: ./ci/github/unit-testing/webserver.bash test_with_db 03
431-
- uses: codecov/codecov-action@v4.5.0
431+
- uses: codecov/codecov-action@v4.6.0
432432
with:
433433
flags: unittests #optional
434434

@@ -470,7 +470,7 @@ jobs:
470470
- name: test
471471
if: always()
472472
run: ./ci/github/unit-testing/storage.bash test
473-
- uses: codecov/codecov-action@v4.5.0
473+
- uses: codecov/codecov-action@v4.6.0
474474
with:
475475
flags: unittests #optional
476476

@@ -514,7 +514,7 @@ jobs:
514514
- name: test
515515
if: always()
516516
run: ./ci/github/unit-testing/agent.bash test
517-
- uses: codecov/codecov-action@v4.5.0
517+
- uses: codecov/codecov-action@v4.6.0
518518
with:
519519
flags: unittests #optional
520520

@@ -595,7 +595,7 @@ jobs:
595595
- name: OAS backwards compatibility check
596596
if: always()
597597
run: ./ci/github/unit-testing/api-server.bash openapi-diff
598-
- uses: codecov/codecov-action@v4.5.0
598+
- uses: codecov/codecov-action@v4.6.0
599599
with:
600600
flags: unittests #optional
601601

@@ -637,7 +637,7 @@ jobs:
637637
- name: test
638638
if: always()
639639
run: ./ci/github/unit-testing/autoscaling.bash test
640-
- uses: codecov/codecov-action@v4.5.0
640+
- uses: codecov/codecov-action@v4.6.0
641641
with:
642642
flags: unittests #optional
643643

@@ -685,7 +685,7 @@ jobs:
685685
with:
686686
name: ${{ github.job }}_docker_logs
687687
path: ./services/catalog/test_failures
688-
- uses: codecov/codecov-action@v4.5.0
688+
- uses: codecov/codecov-action@v4.6.0
689689
with:
690690
flags: unittests #optional
691691

@@ -738,7 +738,7 @@ jobs:
738738
source .venv/bin/activate && \
739739
pushd services/clusters-keeper && \
740740
make test-ci-unit
741-
- uses: codecov/codecov-action@v4.5.0
741+
- uses: codecov/codecov-action@v4.6.0
742742
with:
743743
flags: unittests #optional
744744

@@ -786,7 +786,7 @@ jobs:
786786
with:
787787
name: ${{ github.job }}_docker_logs
788788
path: ./services/datcore-adapter/test_failures
789-
- uses: codecov/codecov-action@v4.5.0
789+
- uses: codecov/codecov-action@v4.6.0
790790
with:
791791
flags: unittests #optional
792792

@@ -821,7 +821,7 @@ jobs:
821821
run: ./ci/github/unit-testing/director.bash install
822822
- name: test
823823
run: ./ci/github/unit-testing/director.bash test
824-
- uses: codecov/codecov-action@v4.5.0
824+
- uses: codecov/codecov-action@v4.6.0
825825
with:
826826
flags: unittests #optional
827827

@@ -869,7 +869,7 @@ jobs:
869869
with:
870870
name: ${{ github.job }}_docker_logs
871871
path: ./services/director-v2/test_failures
872-
- uses: codecov/codecov-action@v4.5.0
872+
- uses: codecov/codecov-action@v4.6.0
873873
with:
874874
flags: unittests #optional
875875

@@ -911,7 +911,7 @@ jobs:
911911
- name: test
912912
if: always()
913913
run: ./ci/github/unit-testing/aws-library.bash test
914-
- uses: codecov/codecov-action@v4.5.0
914+
- uses: codecov/codecov-action@v4.6.0
915915
with:
916916
flags: unittests #optional
917917

@@ -953,7 +953,7 @@ jobs:
953953
- name: test
954954
if: always()
955955
run: ./ci/github/unit-testing/dask-task-models-library.bash test
956-
- uses: codecov/codecov-action@v4.5.0
956+
- uses: codecov/codecov-action@v4.6.0
957957
with:
958958
flags: unittests #optional
959959

@@ -995,7 +995,7 @@ jobs:
995995
- name: test
996996
if: always()
997997
run: ./ci/github/unit-testing/dask-sidecar.bash test
998-
- uses: codecov/codecov-action@v4.5.0
998+
- uses: codecov/codecov-action@v4.6.0
999999
with:
10001000
flags: unittests #optional
10011001

@@ -1047,7 +1047,7 @@ jobs:
10471047
source .venv/bin/activate && \
10481048
pushd services/osparc-gateway-server && \
10491049
make test-ci-unit
1050-
- uses: codecov/codecov-action@v4.5.0
1050+
- uses: codecov/codecov-action@v4.6.0
10511051
with:
10521052
flags: unittests #optional
10531053

@@ -1089,7 +1089,7 @@ jobs:
10891089
- name: test
10901090
if: always()
10911091
run: ./ci/github/unit-testing/payments.bash test
1092-
- uses: codecov/codecov-action@v4.5.0
1092+
- uses: codecov/codecov-action@v4.6.0
10931093
with:
10941094
flags: unittests #optional
10951095

@@ -1131,7 +1131,7 @@ jobs:
11311131
- name: test
11321132
if: always()
11331133
run: ./ci/github/unit-testing/dynamic-scheduler.bash test
1134-
- uses: codecov/codecov-action@v4.5.0
1134+
- uses: codecov/codecov-action@v4.6.0
11351135
with:
11361136
flags: unittests #optional
11371137

@@ -1183,7 +1183,7 @@ jobs:
11831183
source .venv/bin/activate && \
11841184
pushd services/resource-usage-tracker && \
11851185
make test-ci-unit
1186-
- uses: codecov/codecov-action@v4.5.0
1186+
- uses: codecov/codecov-action@v4.6.0
11871187
with:
11881188
flags: unittests #optional
11891189

@@ -1225,7 +1225,7 @@ jobs:
12251225
- name: test
12261226
if: always()
12271227
run: ./ci/github/unit-testing/dynamic-sidecar.bash test
1228-
- uses: codecov/codecov-action@v4.5.0
1228+
- uses: codecov/codecov-action@v4.6.0
12291229
with:
12301230
flags: unittests #optional
12311231

@@ -1278,7 +1278,7 @@ jobs:
12781278
source .venv/bin/activate && \
12791279
pushd services/efs-guardian && \
12801280
make test-ci-unit
1281-
- uses: codecov/codecov-action@v4.5.0
1281+
- uses: codecov/codecov-action@v4.6.0
12821282
with:
12831283
flags: unittests #optional
12841284

@@ -1392,7 +1392,7 @@ jobs:
13921392
- name: test
13931393
if: always()
13941394
run: ./ci/github/unit-testing/postgres-database.bash test
1395-
- uses: codecov/codecov-action@v4.5.0
1395+
- uses: codecov/codecov-action@v4.6.0
13961396
with:
13971397
flags: unittests #optional
13981398

@@ -1434,7 +1434,7 @@ jobs:
14341434
- name: test
14351435
if: always()
14361436
run: ./ci/github/unit-testing/invitations.bash test
1437-
- uses: codecov/codecov-action@v4.5.0
1437+
- uses: codecov/codecov-action@v4.6.0
14381438
with:
14391439
flags: unittests #optional
14401440

@@ -1476,7 +1476,7 @@ jobs:
14761476
- name: test
14771477
if: always()
14781478
run: ./ci/github/unit-testing/service-integration.bash test
1479-
- uses: codecov/codecov-action@v4.5.0
1479+
- uses: codecov/codecov-action@v4.6.0
14801480
with:
14811481
flags: unittests #optional
14821482

@@ -1518,7 +1518,7 @@ jobs:
15181518
- name: test
15191519
if: always()
15201520
run: ./ci/github/unit-testing/service-library.bash test_all
1521-
- uses: codecov/codecov-action@v4.5.0
1521+
- uses: codecov/codecov-action@v4.6.0
15221522
with:
15231523
flags: unittests #optional
15241524

@@ -1560,7 +1560,7 @@ jobs:
15601560
- name: test
15611561
if: always()
15621562
run: ./ci/github/unit-testing/settings-library.bash test
1563-
- uses: codecov/codecov-action@v4.5.0
1563+
- uses: codecov/codecov-action@v4.6.0
15641564
with:
15651565
flags: unittests #optional
15661566

@@ -1601,7 +1601,7 @@ jobs:
16011601
run: ./ci/github/unit-testing/models-library.bash typecheck
16021602
- name: test
16031603
run: ./ci/github/unit-testing/models-library.bash test
1604-
- uses: codecov/codecov-action@v4.5.0
1604+
- uses: codecov/codecov-action@v4.6.0
16051605
with:
16061606
flags: unittests #optional
16071607

@@ -1647,7 +1647,7 @@ jobs:
16471647
- name: test
16481648
if: always()
16491649
run: ./ci/github/unit-testing/notifications-library.bash test
1650-
- uses: codecov/codecov-action@v4.5.0
1650+
- uses: codecov/codecov-action@v4.6.0
16511651
with:
16521652
flags: unittests #optional
16531653

@@ -1691,7 +1691,7 @@ jobs:
16911691
- name: test
16921692
if: always()
16931693
run: ./ci/github/unit-testing/simcore-sdk.bash test
1694-
- uses: codecov/codecov-action@v4.5.0
1694+
- uses: codecov/codecov-action@v4.6.0
16951695
with:
16961696
flags: unittests #optional
16971697

@@ -1800,7 +1800,7 @@ jobs:
18001800
- name: cleanup
18011801
if: always()
18021802
run: ./ci/github/integration-testing/webserver.bash clean_up
1803-
- uses: codecov/codecov-action@v4.5.0
1803+
- uses: codecov/codecov-action@v4.6.0
18041804
with:
18051805
flags: integrationtests #optional
18061806

@@ -1862,7 +1862,7 @@ jobs:
18621862
- name: cleanup
18631863
if: always()
18641864
run: ./ci/github/integration-testing/webserver.bash clean_up
1865-
- uses: codecov/codecov-action@v4.5.0
1865+
- uses: codecov/codecov-action@v4.6.0
18661866
with:
18671867
flags: integrationtests #optional
18681868

@@ -1924,7 +1924,7 @@ jobs:
19241924
- name: cleanup
19251925
if: always()
19261926
run: ./ci/github/integration-testing/director-v2.bash clean_up
1927-
- uses: codecov/codecov-action@v4.5.0
1927+
- uses: codecov/codecov-action@v4.6.0
19281928
with:
19291929
flags: integrationtests #optional
19301930

@@ -1990,7 +1990,7 @@ jobs:
19901990
- name: cleanup
19911991
if: always()
19921992
run: ./ci/github/integration-testing/director-v2.bash clean_up
1993-
- uses: codecov/codecov-action@v4.5.0
1993+
- uses: codecov/codecov-action@v4.6.0
19941994
with:
19951995
flags: integrationtests #optional
19961996

@@ -2054,7 +2054,7 @@ jobs:
20542054
- name: cleanup
20552055
if: always()
20562056
run: ./ci/github/integration-testing/dynamic-sidecar.bash clean_up
2057-
- uses: codecov/codecov-action@v4.5.0
2057+
- uses: codecov/codecov-action@v4.6.0
20582058
with:
20592059
flags: integrationtests #optional
20602060

@@ -2131,7 +2131,7 @@ jobs:
21312131
run: |
21322132
pushd services/osparc-gateway-server && \
21332133
make down
2134-
- uses: codecov/codecov-action@v4.5.0
2134+
- uses: codecov/codecov-action@v4.6.0
21352135
with:
21362136
flags: integrationtests #optional
21372137

@@ -2193,7 +2193,7 @@ jobs:
21932193
- name: cleanup
21942194
if: always()
21952195
run: ./ci/github/integration-testing/simcore-sdk.bash clean_up
2196-
- uses: codecov/codecov-action@v4.5.0
2196+
- uses: codecov/codecov-action@v4.6.0
21972197
with:
21982198
flags: integrationtests
21992199

0 commit comments

Comments
 (0)