Skip to content

Commit f45fbed

Browse files
authored
Merge pull request #3145 from skaut/dependabot/github_actions/codecov/codecov-action-5.5.1
Bump codecov/codecov-action from 5.5.0 to 5.5.1
2 parents 6d19f82 + 7b5bbda commit f45fbed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220
npm run test
221221
222222
- name: "Upload coverage results"
223-
uses: codecov/[email protected].0
223+
uses: codecov/[email protected].1
224224
with:
225225
token: ${{ secrets.CODECOV_TOKEN }}
226226
fail_ci_if_error: true

0 commit comments

Comments
 (0)