We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea6084d commit 08968c5Copy full SHA for 08968c5
1 file changed
.github/workflows/CI.yml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
version: ${{ matrix.version }}
29
arch: ${{ matrix.arch }}
30
- - uses: actions/cache@v1
+ - uses: actions/cache@v4
31
env:
32
cache-name: cache-artifacts
33
@@ -40,7 +40,7 @@ jobs:
40
- uses: julia-actions/julia-buildpkg@v1
41
- uses: julia-actions/julia-runtest@v1
42
- uses: julia-actions/julia-processcoverage@v1
43
- - uses: codecov/codecov-action@v1
+ - uses: codecov/codecov-action@v5
44
45
file: lcov.info
46
docs:
0 commit comments