Skip to content

Commit 5182346

Browse files
ci(deps): update codecov/codecov-action action to v6.0.1 (#389)
| datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | codecov/codecov-action | v6.0.0 | v6.0.1 |
1 parent bac1e44 commit 5182346

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
@@ -91,15 +91,15 @@ jobs:
9191

9292
- name: Codecov test results
9393
if: github.event_name != 'merge_group' && !cancelled()
94-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
94+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
9595
with:
9696
use_oidc: true
9797
report_type: test_results
9898
flags: node${{ matrix.node }}-${{ runner.os }}
9999

100100
- name: Codecov coverage results
101101
if: github.event_name != 'merge_group'
102-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
102+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
103103
with:
104104
use_oidc: true
105105
flags: node${{ matrix.node }}-${{ runner.os }}

0 commit comments

Comments
 (0)