We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3a0aaf commit d90fe47Copy full SHA for d90fe47
.github/workflows/test.yml
@@ -55,7 +55,7 @@ jobs:
55
-destination "${DESTINATION}" |
56
xcbeautify --is-ci --quiet --renderer github-actions
57
- name: Upload coverage data
58
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
59
with:
60
token: ${{ secrets.CODECOV_TOKEN }}
61
swift: true
0 commit comments