We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3daaf53 commit ca5a6fbCopy full SHA for ca5a6fb
.github/workflows/ci.yml
@@ -69,7 +69,7 @@ jobs:
69
run: composer stan:ci
70
71
- name: 📤 Upload coverage report to Codecov
72
- uses: codecov/codecov-action@v4.3.1
+ uses: codecov/codecov-action@v4.4.0
73
with:
74
token: ${{ secrets.CODECOV_TOKEN }}
75
files: ./coverage.xml
0 commit comments