Skip to content

Commit

Permalink
Specify Codecov version to work around codecov/codecov-action#1487
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Jun 21, 2024
1 parent a66d4c4 commit 4ccf1fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
# downgrading after v0.7.0 broke tokenless upload
# see codecov/codecov-action#1487
version: v0.6.0

build-docs:
name: Build Sphinx docs
Expand Down

0 comments on commit 4ccf1fa

Please sign in to comment.