Skip to content

Commit ea15bf3

Browse files
committed
update codecov version to avoid github rate limit
1 parent 661c651 commit ea15bf3

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
@@ -66,9 +66,10 @@ jobs:
6666
env:
6767
JULIA_NUM_THREADS: 2
6868
- uses: julia-actions/julia-processcoverage@v1
69-
- uses: codecov/codecov-action@v1
69+
- uses: codecov/codecov-action@v4
7070
with:
7171
file: lcov.info
72+
token: ${{ secrets.CODECOV_TOKEN }}
7273
docs:
7374
name: Documentation
7475
runs-on: ubuntu-latest
@@ -142,3 +143,4 @@ jobs:
142143
env:
143144
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
144145
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
146+

0 commit comments

Comments
 (0)