Skip to content

Commit 2655ef2

Browse files
chore(deps): update codecov/codecov-action action to v7
1 parent 1eafced commit 2655ef2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
always() &&
123123
(steps.test.outcome == 'success' || steps.test.outcome == 'failure') &&
124124
startsWith(github.repository, 'LizardByte/')
125-
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
125+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
126126
with:
127127
fail_ci_if_error: true
128128
files: ./TestResults/coverage.opencover.xml
@@ -135,7 +135,7 @@ jobs:
135135
always() &&
136136
(steps.test.outcome == 'success' || steps.test.outcome == 'failure') &&
137137
startsWith(github.repository, 'LizardByte/')
138-
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
138+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
139139
with:
140140
fail_ci_if_error: true
141141
files: ./TestResults/junit.xml

0 commit comments

Comments
 (0)