Skip to content

Commit 840d4c5

Browse files
committed
use v5
1 parent 921f730 commit 840d4c5

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

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

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ jobs:
347347
- name: test
348348
if: ${{ !cancelled() }}
349349
run: ./ci/github/unit-testing/webserver.bash test_with_db 01
350-
- uses: codecov/codecov-action@v5.0.7
350+
- uses: codecov/codecov-action@v5
351351
env:
352352
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
353353
with:
@@ -392,7 +392,7 @@ jobs:
392392
run: ./ci/github/unit-testing/webserver.bash install
393393
- name: test
394394
run: ./ci/github/unit-testing/webserver.bash test_with_db 02
395-
- uses: codecov/codecov-action@v5.0.7
395+
- uses: codecov/codecov-action@v5
396396
env:
397397
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
398398
with:
@@ -437,7 +437,7 @@ jobs:
437437
run: ./ci/github/unit-testing/webserver.bash install
438438
- name: test
439439
run: ./ci/github/unit-testing/webserver.bash test_with_db 03
440-
- uses: codecov/codecov-action@v5.0.7
440+
- uses: codecov/codecov-action@v5
441441
env:
442442
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
443443
with:
@@ -482,7 +482,7 @@ jobs:
482482
run: ./ci/github/unit-testing/webserver.bash install
483483
- name: test
484484
run: ./ci/github/unit-testing/webserver.bash test_with_db 04
485-
- uses: codecov/codecov-action@v5.0.7
485+
- uses: codecov/codecov-action@v5
486486
env:
487487
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
488488
with:
@@ -530,7 +530,7 @@ jobs:
530530
- name: test
531531
if: ${{ !cancelled() }}
532532
run: ./ci/github/unit-testing/storage.bash test
533-
- uses: codecov/codecov-action@v5.0.7
533+
- uses: codecov/codecov-action@v5
534534
env:
535535
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
536536
with:
@@ -580,7 +580,7 @@ jobs:
580580
- name: test
581581
if: ${{ !cancelled() }}
582582
run: ./ci/github/unit-testing/agent.bash test
583-
- uses: codecov/codecov-action@v5.0.7
583+
- uses: codecov/codecov-action@v5
584584
env:
585585
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
586586
with:
@@ -625,7 +625,7 @@ jobs:
625625
run: ./ci/github/unit-testing/api.bash install
626626
- name: test
627627
run: ./ci/github/unit-testing/api.bash test
628-
- uses: codecov/codecov-action@v5.0.7
628+
- uses: codecov/codecov-action@v5
629629
env:
630630
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
631631
with:
@@ -676,7 +676,7 @@ jobs:
676676
- name: OAS backwards compatibility check
677677
if: ${{ !cancelled() }}
678678
run: ./ci/github/unit-testing/api-server.bash openapi-diff
679-
- uses: codecov/codecov-action@v5.0.7
679+
- uses: codecov/codecov-action@v5
680680
env:
681681
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
682682
with:
@@ -724,7 +724,7 @@ jobs:
724724
- name: test
725725
if: ${{ !cancelled() }}
726726
run: ./ci/github/unit-testing/autoscaling.bash test
727-
- uses: codecov/codecov-action@v5.0.7
727+
- uses: codecov/codecov-action@v5
728728
env:
729729
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
730730
with:
@@ -778,7 +778,7 @@ jobs:
778778
with:
779779
name: ${{ github.job }}_docker_logs
780780
path: ./services/catalog/test_failures
781-
- uses: codecov/codecov-action@v5.0.7
781+
- uses: codecov/codecov-action@v5
782782
env:
783783
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
784784
with:
@@ -837,7 +837,7 @@ jobs:
837837
source .venv/bin/activate && \
838838
pushd services/clusters-keeper && \
839839
make test-ci-unit
840-
- uses: codecov/codecov-action@v5.0.7
840+
- uses: codecov/codecov-action@v5
841841
env:
842842
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
843843
with:
@@ -891,7 +891,7 @@ jobs:
891891
with:
892892
name: ${{ github.job }}_docker_logs
893893
path: ./services/datcore-adapter/test_failures
894-
- uses: codecov/codecov-action@v5.0.7
894+
- uses: codecov/codecov-action@v5
895895
env:
896896
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
897897
with:
@@ -945,7 +945,7 @@ jobs:
945945
with:
946946
name: ${{ github.job }}_docker_logs
947947
path: ./services/director/test_failures
948-
- uses: codecov/codecov-action@v5.0.7
948+
- uses: codecov/codecov-action@v5
949949
env:
950950
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
951951
with:
@@ -999,7 +999,7 @@ jobs:
999999
with:
10001000
name: ${{ github.job }}_docker_logs
10011001
path: ./services/director-v2/test_failures
1002-
- uses: codecov/codecov-action@v5.0.7
1002+
- uses: codecov/codecov-action@v5
10031003
env:
10041004
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
10051005
with:
@@ -1047,7 +1047,7 @@ jobs:
10471047
- name: test
10481048
if: ${{ !cancelled() }}
10491049
run: ./ci/github/unit-testing/aws-library.bash test
1050-
- uses: codecov/codecov-action@v5.0.7
1050+
- uses: codecov/codecov-action@v5
10511051
env:
10521052
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
10531053
with:
@@ -1095,7 +1095,7 @@ jobs:
10951095
- name: test
10961096
if: ${{ !cancelled() }}
10971097
run: ./ci/github/unit-testing/dask-task-models-library.bash test
1098-
- uses: codecov/codecov-action@v5.0.7
1098+
- uses: codecov/codecov-action@v5
10991099
env:
11001100
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
11011101
with:
@@ -1143,7 +1143,7 @@ jobs:
11431143
- name: test
11441144
if: ${{ !cancelled() }}
11451145
run: ./ci/github/unit-testing/dask-sidecar.bash test
1146-
- uses: codecov/codecov-action@v5.0.7
1146+
- uses: codecov/codecov-action@v5
11471147
env:
11481148
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
11491149
with:
@@ -1191,7 +1191,7 @@ jobs:
11911191
- name: test
11921192
if: ${{ !cancelled() }}
11931193
run: ./ci/github/unit-testing/payments.bash test
1194-
- uses: codecov/codecov-action@v5.0.7
1194+
- uses: codecov/codecov-action@v5
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/dynamic-scheduler.bash test
1242-
- uses: codecov/codecov-action@v5.0.7
1242+
- uses: codecov/codecov-action@v5
12431243
env:
12441244
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
12451245
with:
@@ -1297,7 +1297,7 @@ jobs:
12971297
source .venv/bin/activate && \
12981298
pushd services/resource-usage-tracker && \
12991299
make test-ci-unit
1300-
- uses: codecov/codecov-action@v5.0.7
1300+
- uses: codecov/codecov-action@v5
13011301
env:
13021302
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
13031303
with:
@@ -1345,7 +1345,7 @@ jobs:
13451345
- name: test
13461346
if: ${{ !cancelled() }}
13471347
run: ./ci/github/unit-testing/dynamic-sidecar.bash test
1348-
- uses: codecov/codecov-action@v5.0.7
1348+
- uses: codecov/codecov-action@v5
13491349
env:
13501350
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
13511351
with:
@@ -1404,7 +1404,7 @@ jobs:
14041404
source .venv/bin/activate && \
14051405
pushd services/efs-guardian && \
14061406
make test-ci-unit
1407-
- uses: codecov/codecov-action@v5.0.7
1407+
- uses: codecov/codecov-action@v5
14081408
env:
14091409
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
14101410
with:
@@ -1487,7 +1487,7 @@ jobs:
14871487
- name: test
14881488
if: ${{ !cancelled() }}
14891489
run: ./ci/github/unit-testing/postgres-database.bash test
1490-
- uses: codecov/codecov-action@v5.0.7
1490+
- uses: codecov/codecov-action@v5
14911491
env:
14921492
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
14931493
with:
@@ -1535,7 +1535,7 @@ jobs:
15351535
- name: test
15361536
if: ${{ !cancelled() }}
15371537
run: ./ci/github/unit-testing/invitations.bash test
1538-
- uses: codecov/codecov-action@v5.0.7
1538+
- uses: codecov/codecov-action@v5
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/service-integration.bash test
1586-
- uses: codecov/codecov-action@v5.0.7
1586+
- uses: codecov/codecov-action@v5
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-library.bash test_all
1634-
- uses: codecov/codecov-action@v5.0.7
1634+
- uses: codecov/codecov-action@v5
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/settings-library.bash test
1682-
- uses: codecov/codecov-action@v5.0.7
1682+
- uses: codecov/codecov-action@v5
16831683
env:
16841684
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
16851685
with:
@@ -1726,7 +1726,7 @@ jobs:
17261726
run: ./ci/github/unit-testing/models-library.bash typecheck
17271727
- name: test
17281728
run: ./ci/github/unit-testing/models-library.bash test
1729-
- uses: codecov/codecov-action@v5.0.7
1729+
- uses: codecov/codecov-action@v5
17301730
env:
17311731
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
17321732
with:
@@ -1774,7 +1774,7 @@ jobs:
17741774
run: ./ci/github/unit-testing/common-library.bash typecheck
17751775
- name: test
17761776
run: ./ci/github/unit-testing/common-library.bash test
1777-
- uses: codecov/codecov-action@v5.0.7
1777+
- uses: codecov/codecov-action@v5
17781778
with:
17791779
flags: unittests #optional
17801780

@@ -1817,7 +1817,7 @@ jobs:
18171817
- name: test
18181818
if: ${{ !cancelled() }}
18191819
run: ./ci/github/unit-testing/notifications-library.bash test
1820-
- uses: codecov/codecov-action@v5.0.7
1820+
- uses: codecov/codecov-action@v5
18211821
env:
18221822
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
18231823
with:
@@ -1867,7 +1867,7 @@ jobs:
18671867
- name: test
18681868
if: ${{ !cancelled() }}
18691869
run: ./ci/github/unit-testing/simcore-sdk.bash test
1870-
- uses: codecov/codecov-action@v5.0.7
1870+
- uses: codecov/codecov-action@v5
18711871
env:
18721872
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
18731873
with:
@@ -1982,7 +1982,7 @@ jobs:
19821982
- name: cleanup
19831983
if: ${{ !cancelled() }}
19841984
run: ./ci/github/integration-testing/webserver.bash clean_up
1985-
- uses: codecov/codecov-action@v5.0.7
1985+
- uses: codecov/codecov-action@v5
19861986
env:
19871987
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
19881988
with:
@@ -2045,7 +2045,7 @@ jobs:
20452045
- name: cleanup
20462046
if: ${{ !cancelled() }}
20472047
run: ./ci/github/integration-testing/webserver.bash clean_up
2048-
- uses: codecov/codecov-action@v5.0.7
2048+
- uses: codecov/codecov-action@v5
20492049
env:
20502050
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
20512051
with:
@@ -2108,7 +2108,7 @@ jobs:
21082108
- name: cleanup
21092109
if: ${{ !cancelled() }}
21102110
run: ./ci/github/integration-testing/director-v2.bash clean_up
2111-
- uses: codecov/codecov-action@v5.0.7
2111+
- uses: codecov/codecov-action@v5
21122112
env:
21132113
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
21142114
with:
@@ -2180,7 +2180,7 @@ jobs:
21802180
- name: cleanup
21812181
if: ${{ !cancelled() }}
21822182
run: ./ci/github/integration-testing/director-v2.bash clean_up
2183-
- uses: codecov/codecov-action@v5.0.7
2183+
- uses: codecov/codecov-action@v5
21842184
env:
21852185
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
21862186
with:
@@ -2245,7 +2245,7 @@ jobs:
22452245
- name: cleanup
22462246
if: ${{ !cancelled() }}
22472247
run: ./ci/github/integration-testing/dynamic-sidecar.bash clean_up
2248-
- uses: codecov/codecov-action@v5.0.7
2248+
- uses: codecov/codecov-action@v5
22492249
env:
22502250
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
22512251
with:
@@ -2308,7 +2308,7 @@ jobs:
23082308
- name: cleanup
23092309
if: ${{ !cancelled() }}
23102310
run: ./ci/github/integration-testing/simcore-sdk.bash clean_up
2311-
- uses: codecov/codecov-action@v5.0.7
2311+
- uses: codecov/codecov-action@v5
23122312
env:
23132313
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
23142314
with:

0 commit comments

Comments
 (0)