Skip to content

Commit 104e90c

Browse files
authored
codecov v5 (#2705)
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
1 parent 68deddf commit 104e90c

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: make test
3939
- name: Template Unit Tests
4040
run: make test-templates
41-
- uses: codecov/codecov-action@v4
41+
- uses: codecov/codecov-action@v5
4242
with:
4343
files: ./coverage.txt
4444
flags: unit-tests-${{ matrix.os }}
@@ -65,7 +65,7 @@ jobs:
6565
run: ./hack/setup-testing-images.sh
6666
- name: Integration Tests
6767
run: make test-integration
68-
- uses: codecov/codecov-action@v4
68+
- uses: codecov/codecov-action@v5
6969
with:
7070
files: ./coverage.txt
7171
flags: integration-tests
@@ -93,7 +93,7 @@ jobs:
9393
run: ./hack/registry.sh
9494
- name: E2E Test
9595
run: make test-e2e
96-
- uses: codecov/codecov-action@v4
96+
- uses: codecov/codecov-action@v5
9797
with:
9898
files: ./coverage.txt
9999
flags: e2e-test
@@ -128,7 +128,7 @@ jobs:
128128
env:
129129
E2E_RUNTIMES: ""
130130
run: make test-e2e-on-cluster
131-
- uses: codecov/codecov-action@v4
131+
- uses: codecov/codecov-action@v5
132132
with:
133133
files: ./coverage.txt
134134
flags: e2e-test-oncluster

.github/workflows/test-e2e-oncluster-runtime.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
echo "::group::cluster containers logs"
4848
stern '.*' --all-namespaces --no-follow
4949
echo "::endgroup::"
50-
- uses: codecov/codecov-action@v4
50+
- uses: codecov/codecov-action@v5
5151
with:
5252
files: ./coverage.txt
5353
flags: e2e-test-oncluster-runtime

.github/workflows/test-e2e-oncluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
FUNC_REPO_REF: ${{ github.event.pull_request.head.repo.full_name }}
3535
FUNC_REPO_BRANCH_REF: ${{ github.head_ref }}
3636
run: make test-e2e-on-cluster
37-
- uses: codecov/codecov-action@v4
37+
- uses: codecov/codecov-action@v5
3838
with:
3939
files: ./coverage.txt
4040
flags: e2e-test-oncluster

.github/workflows/test-e2e-runtime.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: make
3232
- name: E2E runtime for ${{ matrix.runtime }}
3333
run: make test-e2e-runtime runtime=${{ matrix.runtime }}
34-
- uses: codecov/codecov-action@v4
34+
- uses: codecov/codecov-action@v5
3535
with:
3636
files: ./coverage.txt
3737
flags: e2e-test-runtime-${{ matrix.runtime }}

.github/workflows/test-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: ./hack/registry.sh
2525
- name: E2E Test
2626
run: make test-e2e
27-
- uses: codecov/codecov-action@v4
27+
- uses: codecov/codecov-action@v5
2828
with:
2929
files: ./coverage.txt
3030
flags: e2e-test

.github/workflows/test-integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
name: cluster-logs
6666
path: ./cluster_log.txt
6767
retention-days: 7
68-
- uses: codecov/codecov-action@v4
68+
- uses: codecov/codecov-action@v5
6969
with:
7070
files: ./coverage.txt
7171
flags: integration-tests

.github/workflows/test-unit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
gh run download -R ${{ github.repository }} ${{ github.run_id }}
6262
env:
6363
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
64-
- uses: codecov/codecov-action@v4
64+
- uses: codecov/codecov-action@v5
6565
with:
6666
files: ./coverage-ubuntu-latest/coverage.txt,./coverage-windows-latest/coverage.txt,./coverage-macos-latest/coverage.txt
6767
flags: unit-tests

.github/workflows/update-knative-hack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Update components
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- uses: actions/setup-go@v5
1818
with:
1919
go-version: 1.23.0

0 commit comments

Comments
 (0)