Skip to content

Commit d00ffe7

Browse files
chore(deps): update codecov/codecov-action action to v6.0.1 (#714)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 12fb934 commit d00ffe7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/__call-ci-node.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
always() &&
9494
(steps.test.outcome == 'success' || steps.test.outcome == 'failure') &&
9595
startsWith(github.repository, 'LizardByte/')
96-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
96+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
9797
with:
9898
disable_search: true
9999
fail_ci_if_error: true
@@ -108,7 +108,7 @@ jobs:
108108
always() &&
109109
(steps.test.outcome == 'success' || steps.test.outcome == 'failure') &&
110110
startsWith(github.repository, 'LizardByte/')
111-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
111+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
112112
with:
113113
fail_ci_if_error: true
114114
files: ./junit.xml,!./cache

0 commit comments

Comments
 (0)