Skip to content

Commit 860f1ed

Browse files
dependabot[bot]antoninbas
authored andcommitted
1 parent bc8f4fb commit 860f1ed

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/go.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Run unit tests
4848
run: make test-unit
4949
- name: Codecov
50-
uses: codecov/codecov-action@v4
50+
uses: codecov/codecov-action@v5
5151
with:
5252
token: ${{ secrets.CODECOV_TOKEN }}
5353
file: .coverage/coverage-unit.txt
@@ -73,7 +73,7 @@ jobs:
7373
- name: Run unit tests
7474
run: make test-unit
7575
- name: Codecov
76-
uses: codecov/codecov-action@v4
76+
uses: codecov/codecov-action@v5
7777
with:
7878
token: ${{ secrets.CODECOV_TOKEN }}
7979
file: .coverage/coverage-unit.txt
@@ -105,7 +105,7 @@ jobs:
105105
cd multicluster
106106
make test-integration
107107
- name: Codecov
108-
uses: codecov/codecov-action@v4
108+
uses: codecov/codecov-action@v5
109109
with:
110110
token: ${{ secrets.CODECOV_TOKEN }}
111111
files: .coverage/coverage-integration.txt,multicluster/.coverage/coverage-integration.txt

.github/workflows/kind.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
path: test-e2e-encap-coverage.tar.gz
114114
retention-days: 30
115115
- name: Codecov
116-
uses: codecov/codecov-action@v4
116+
uses: codecov/codecov-action@v5
117117
with:
118118
token: ${{ secrets.CODECOV_TOKEN }}
119119
file: '*.cov.out*'
@@ -183,7 +183,7 @@ jobs:
183183
path: test-e2e-encap-non-default-coverage.tar.gz
184184
retention-days: 30
185185
- name: Codecov
186-
uses: codecov/codecov-action@v4
186+
uses: codecov/codecov-action@v5
187187
with:
188188
token: ${{ secrets.CODECOV_TOKEN }}
189189
file: '*.cov.out*'
@@ -255,7 +255,7 @@ jobs:
255255
path: test-e2e-encap-all-features-enabled-coverage.tar.gz
256256
retention-days: 30
257257
- name: Codecov
258-
uses: codecov/codecov-action@v4
258+
uses: codecov/codecov-action@v5
259259
with:
260260
token: ${{ secrets.CODECOV_TOKEN }}
261261
file: '*.cov.out*'
@@ -318,7 +318,7 @@ jobs:
318318
path: test-e2e-noencap-coverage.tar.gz
319319
retention-days: 30
320320
- name: Codecov
321-
uses: codecov/codecov-action@v4
321+
uses: codecov/codecov-action@v5
322322
with:
323323
token: ${{ secrets.CODECOV_TOKEN }}
324324
file: '*.cov.out*'
@@ -381,7 +381,7 @@ jobs:
381381
path: test-e2e-hybrid-coverage.tar.gz
382382
retention-days: 30
383383
- name: Codecov
384-
uses: codecov/codecov-action@v4
384+
uses: codecov/codecov-action@v5
385385
with:
386386
token: ${{ secrets.CODECOV_TOKEN }}
387387
file: '*.cov.out*'
@@ -456,7 +456,7 @@ jobs:
456456
path: test-e2e-fa-coverage.tar.gz
457457
retention-days: 30
458458
- name: Codecov
459-
uses: codecov/codecov-action@v4
459+
uses: codecov/codecov-action@v5
460460
with:
461461
token: ${{ secrets.CODECOV_TOKEN }}
462462
file: '*.cov.out*'

0 commit comments

Comments
 (0)