Skip to content

Commit befaf8a

Browse files
committed
fix codecov
1 parent 5f49d9c commit befaf8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ jobs:
5151

5252

5353
- name: Upload coverage reports to Codecov with GitHub Action on Python 3.11
54-
uses: codecov/codecov-action@v4
54+
uses: codecov/codecov-action@v5
5555
if: ${{ matrix.python-version == '3.11' }}
56-
env:
57-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
56+
with:
57+
token: ${{ secrets.CODECOV_TOKEN }}
5858

5959
check-docs:
6060
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)