Skip to content

Commit 85bf669

Browse files
Specify Codecov version to work around codecov/codecov-action#1487 (#1441)
* Specify Codecov version to work around codecov/codecov-action#1487 * Try with v0.7.1 --------- Co-authored-by: Keith Beattie <[email protected]>
1 parent 3c209b9 commit 85bf669

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/core.yml

+3
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,9 @@ jobs:
152152
# but does require token for other workflows e.g. merge to `main`
153153
# see https://github.com/codecov/codecov-action/issues/1274#issuecomment-1934437359
154154
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
155158

156159
build-docs:
157160
name: Build Sphinx docs

0 commit comments

Comments
 (0)