File tree Expand file tree Collapse file tree 1 file changed +5
-13
lines changed
Expand file tree Collapse file tree 1 file changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -26,27 +26,19 @@ jobs:
2626 arch :
2727 - x64
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v6
3030 - uses : julia-actions/setup-julia@v2
3131 with :
3232 version : ${{ matrix.version }}
3333 arch : ${{ matrix.arch }}
34- - uses : actions/cache@v2
35- env :
36- cache-name : cache-artifacts
37- with :
38- path : ~/.julia/artifacts
39- key : ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
40- restore-keys : |
41- ${{ runner.os }}-test-${{ env.cache-name }}-
42- ${{ runner.os }}-test-
43- ${{ runner.os }}-
34+ - uses : julia-actions/cache@v2
4435 - uses : julia-actions/julia-buildpkg@v1
4536 - uses : julia-actions/julia-runtest@v1
4637 - uses : julia-actions/julia-processcoverage@v1
47- - uses : codecov/codecov-action@v4
38+ - uses : codecov/codecov-action@v5
4839 with :
49- file : lcov.info
40+ files : lcov.info
41+ token : ${{ secrets.CODECOV_TOKEN }}
5042
5143 docs :
5244 name : Documentation
You can’t perform that action at this time.
0 commit comments