We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2d6030 commit a8ec212Copy full SHA for a8ec212
.github/workflows/ci.yml
@@ -63,7 +63,7 @@ jobs:
63
run: composer stan:ci
64
65
- name: 📤 Upload coverage report to Codecov
66
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
67
with:
68
token: ${{ secrets.CODECOV_TOKEN }}
69
files: ./coverage.xml
0 commit comments