Skip to content

Commit eed4d66

Browse files
⬇️ deps: Downgrade codecov/codecov-action to v3.
1 parent e0f4e6f commit eed4d66

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci:cover.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
run: yarn cover
2323

2424
- name: Publish coverage report 📃
25-
uses: codecov/codecov-action@v4
25+
uses: codecov/codecov-action@v3
26+
continue-on-error: true
2627
with:
27-
fail_ci_if_error: false
28+
fail_ci_if_error: true

0 commit comments

Comments
 (0)