Skip to content

Commit 6bf8134

Browse files
chore(deps): update codecov/codecov-action action to v6
| datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | codecov/codecov-action | v5.5.4 | v6.0.0 |
1 parent 0422d13 commit 6bf8134

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ jobs:
5151

5252
- name: Codecov test results
5353
if: github.event_name != 'merge_group' && !cancelled()
54-
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
54+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
5555
with:
5656
use_oidc: true
5757
report_type: test_results
5858
fail_ci_if_error: true
5959

6060
- name: Codecov coverage results
61-
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
61+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
6262
with:
6363
use_oidc: true
6464
files: '**/TestResults/*/*.cobertura.xml'

0 commit comments

Comments
 (0)