From 85bf669ecd960854a5c69b389d5526c4dc71211f Mon Sep 17 00:00:00 2001 From: Ludovico Bianchi Date: Thu, 18 Jul 2024 18:41:05 -0500 Subject: [PATCH] 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 --- .github/workflows/core.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index 509f962829..3032d847db 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -152,6 +152,9 @@ jobs: # but does require token for other workflows e.g. merge to `main` # see https://github.com/codecov/codecov-action/issues/1274#issuecomment-1934437359 token: ${{ secrets.CODECOV_TOKEN }} + # pinning version after v0.7.0 broke tokenless upload + # see codecov/codecov-action#1487 + version: v0.7.1 build-docs: name: Build Sphinx docs