Skip to content

Commit b3c643a

Browse files
chore(deps): update codecov/codecov-action action to v6
| datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | codecov/codecov-action | v5.5.3 | v6.0.0 |
1 parent 864e766 commit b3c643a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
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@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
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)