Skip to content

Commit edce129

Browse files
committed
GHA: update/fix codecov config
1 parent 1de708e commit edce129

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
python -m pip install tox
2626
python -m tox -e${{ matrix.tox }}
2727
- name: Upload coverage
28-
uses: codecov/codecov-action@v3
28+
uses: codecov/codecov-action@v4
29+
with:
30+
token: ${{ secrets.codecov_token }}
2931
build:
3032
name: Build package
3133
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)