Skip to content

Commit 883bacd

Browse files
[deps]: Update codecov/codecov-action action to v6
1 parent ff8f279 commit 883bacd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-bwa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214

215215
- name: Upload to codecov.io
216216
id: upload-to-codecov
217-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
217+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
218218
continue-on-error: true
219219
with:
220220
files: coverage.xml

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209

210210
- name: Upload to codecov.io
211211
id: upload-to-codecov
212-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
212+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
213213
continue-on-error: true
214214
with:
215215
files: coverage.xml

0 commit comments

Comments
 (0)