@@ -42,20 +42,20 @@ jobs:
4242 env :
4343 codecov-os : ' Linux'
4444 codecov-arch : x64
45- codecov-version : ' 1.10 '
45+ codecov-version : ' 1.11 '
4646
4747 steps :
4848 - name : Check out code
4949 uses : actions/checkout@v4
5050
5151 - name : Set up Julia environment
52- uses : julia-actions/setup-julia@v1
52+ uses : julia-actions/setup-julia@v2
5353 with :
5454 version : ${{ matrix.version }}
5555 arch : ${{ matrix.arch }}
5656
5757 - name : Set up Julia caches
58- uses : julia-actions/cache@v1
58+ uses : julia-actions/cache@v2
5959 with :
6060 cache-name : ${{ github.repository }}-${{ github.workflow }}-${{ github.job }}-julia-${{ hashFiles('.github/workflows/CI.yml') }}
6161
8585 matrix.arch == env.codecov-arch &&
8686 matrix.version == env.codecov-version
8787
88- uses : codecov/codecov-action@v3
88+ uses : codecov/codecov-action@v5
8989 with :
9090 token : ${{ secrets.CODECOV_TOKEN }}
9191 files : lcov.info
@@ -102,9 +102,14 @@ jobs:
102102 uses : actions/checkout@v4
103103
104104 - name : Set up Julia environment
105- uses : julia-actions/setup-julia@latest
105+ uses : julia-actions/setup-julia@v2
106106 with :
107- version : ' 1.10'
107+ version : ' 1.11'
108+
109+ - name : Set up Julia caches
110+ uses : julia-actions/cache@v2
111+ with :
112+ cache-name : ${{ github.repository }}-${{ github.workflow }}-${{ github.job }}-julia-${{ hashFiles('.github/workflows/CI.yml') }}
108113
109114 - name : Install dependencies
110115 run : julia --project=docs --color=yes -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
0 commit comments