Skip to content

Commit 61b9ca5

Browse files
deps: update codecov/codecov-action action to v6 (#1198)
1 parent 6f15d55 commit 61b9ca5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- run: go test -v -race -coverprofile=coverage.txt ./...
1818

19-
- uses: codecov/codecov-action@v5
19+
- uses: codecov/codecov-action@v6
2020
if: >
2121
!startsWith(github.head_ref, 'renovate/') &&
2222
!startsWith(github.head_ref, 'releaser-pleaser--')
@@ -106,7 +106,7 @@ jobs:
106106
bash scripts/get-coverage-from-k8s.sh
107107
108108
- name: Upload coverage reports to Codecov
109-
uses: codecov/codecov-action@v5
109+
uses: codecov/codecov-action@v6
110110
if: >
111111
!startsWith(github.head_ref, 'renovate/') &&
112112
!startsWith(github.head_ref, 'releaser-pleaser--')
@@ -229,7 +229,7 @@ jobs:
229229
bash scripts/get-coverage-from-k8s.sh
230230
231231
- name: Upload coverage reports to Codecov
232-
uses: codecov/codecov-action@v5
232+
uses: codecov/codecov-action@v6
233233
if: >
234234
!startsWith(github.head_ref, 'renovate/') &&
235235
!startsWith(github.head_ref, 'releaser-pleaser--')

0 commit comments

Comments
 (0)