Skip to content

Commit 0aab72a

Browse files
chore(deps): update codecov/codecov-action action to v6 (#164)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0422d13 commit 0aab72a

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@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)