We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c209b9 commit 85bf669Copy full SHA for 85bf669
.github/workflows/core.yml
@@ -152,6 +152,9 @@ jobs:
152
# but does require token for other workflows e.g. merge to `main`
153
# see https://github.com/codecov/codecov-action/issues/1274#issuecomment-1934437359
154
token: ${{ secrets.CODECOV_TOKEN }}
155
+ # pinning version after v0.7.0 broke tokenless upload
156
+ # see codecov/codecov-action#1487
157
+ version: v0.7.1
158
159
build-docs:
160
name: Build Sphinx docs
0 commit comments