Skip to content

Commit 607edb5

Browse files
committed
.github/workflows/: Upgrade to codecov/codecov-action@v6
1 parent de8db15 commit 607edb5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/R.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
working-directory: r
182182

183183
- name: Upload coverage to Codecov
184-
uses: codecov/codecov-action@v5
184+
uses: codecov/codecov-action@v6
185185
with:
186186
fail_ci_if_error: true
187187
files: ./r/cobertura.xml

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
working-directory: python
185185

186186
- name: Upload coverage to Codecov
187-
uses: codecov/codecov-action@v5
187+
uses: codecov/codecov-action@v6
188188
with:
189189
fail_ci_if_error: true
190190
verbose: true

0 commit comments

Comments
 (0)