Skip to content

Commit 9a1381b

Browse files
committed
Bump tp upload-coverage@24.10.1
1 parent b0023f8 commit 9a1381b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,9 @@ jobs:
9191
- name: Checkout
9292
uses: actions/checkout@v4
9393
- name: Upload coverage
94-
uses: aio-libs/upload-coverage@v24.10.0
94+
uses: aio-libs/upload-coverage@v24.10.1
95+
with:
96+
token: ${{ secrets.CODECOV_TOKEN }}
9597

9698
deploy:
9799
name: Deploy

0 commit comments

Comments
 (0)