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 @@ -13,30 +13,22 @@ jobs:
1313 fail-fast : false
1414 matrix :
1515 version :
16- - ' 1.1 '
16+ - ' 1.10 '
1717 os :
1818 - ubuntu-latest
1919 arch :
2020 - x64
2121 steps :
22- - uses : actions/checkout@v2
22+ - uses : actions/checkout@v4
2323 - uses : julia-actions/setup-julia@v1
2424 with :
2525 version : ${{ matrix.version }}
2626 arch : ${{ matrix.arch }}
27- - uses : actions/cache@v1
28- env :
29- cache-name : cache-artifacts
30- with :
31- path : ~/.julia/artifacts
32- key : ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
33- restore-keys : |
34- ${{ runner.os }}-test-${{ env.cache-name }}-
35- ${{ runner.os }}-test-
36- ${{ runner.os }}-
27+ - uses : julia-actions/cache@v1
3728 - uses : julia-actions/julia-buildpkg@v1
3829 - uses : julia-actions/julia-runtest@v1
3930 - uses : julia-actions/julia-processcoverage@v1
40- - uses : codecov/codecov-action@v1
31+ - uses : codecov/codecov-action@v4
4132 with :
4233 file : lcov.info
34+ token : ${{ secrets.CODECOV_TOKEN }} # required
You can’t perform that action at this time.
0 commit comments