We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb0f93a commit 0667043Copy full SHA for 0667043
.github/workflows/macos.yml
@@ -58,7 +58,7 @@ jobs:
58
coverage-reports: coverage.xml
59
60
- name: Upload tests coverage to Codecov
61
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
62
with:
63
token: ${{ secrets.CODECOV_TOKEN }}
64
fail_ci_if_error: false
.github/workflows/ubuntu.yml
@@ -63,7 +63,7 @@ jobs:
65
66
67
68
69
0 commit comments