Skip to content

Commit 025bf35

Browse files
committed
Fix codecov
1 parent 78d26ce commit 025bf35

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
version: ${{ matrix.version }}
3333
arch: ${{ matrix.arch }}
34-
- uses: julia-actions/cache@v1
34+
- uses: julia-actions/cache@v2
3535
- name: MOI
3636
shell: julia --project=@. {0}
3737
run: |
@@ -48,6 +48,7 @@ jobs:
4848
with:
4949
depwarn: error
5050
- uses: julia-actions/julia-processcoverage@v1
51-
- uses: codecov/codecov-action@v3
51+
- uses: codecov/codecov-action@v4
5252
with:
5353
file: lcov.info
54+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)