Skip to content

Commit 21c2649

Browse files
authored
Update CI.yml
1 parent 5afea89 commit 21c2649

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

.github/workflows/CI.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,7 @@ jobs:
2424
arch:
2525
- x64
2626
steps:
27-
- uses: actions/checkout@v4
28-
with:
29-
token: ${{ secrets.CODECOV_TOKEN }
30-
fail_ci_if_error: false # or true if you want CI to fail when Codecov fails
31-
27+
- uses: actions/checkout@v3
3228
- uses: julia-actions/setup-julia@v1
3329
with:
3430
version: ${{ matrix.version }}
@@ -37,9 +33,11 @@ jobs:
3733
- uses: julia-actions/julia-buildpkg@v1
3834
- uses: julia-actions/julia-runtest@v1
3935
- uses: julia-actions/julia-processcoverage@v1
40-
- uses: codecov/codecov-action@v1
36+
- uses: codecov/codecov-action@v4
4137
with:
42-
file: lcov.info
38+
# possibly other stuff
39+
token: ${{ secrets.CODECOV_TOKEN }
40+
fail_ci_if_error: false # or true if you want CI to fail when Codecov fails
4341

4442

4543
docs:

0 commit comments

Comments
 (0)