Skip to content

Commit abcc59c

Browse files
committed
try updating github actions
1 parent 3546340 commit abcc59c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
version: ${{ matrix.version }}
2626
arch: ${{ matrix.arch }}
27-
- uses: actions/cache@v1
27+
- uses: actions/cache@v4
2828
env:
2929
cache-name: cache-artifacts
3030
with:
@@ -39,5 +39,4 @@ jobs:
3939
- uses: julia-actions/julia-processcoverage@v1
4040
- uses: codecov/codecov-action@v1
4141
with:
42-
file: lcov.info
43-
42+
file: lcov.info

0 commit comments

Comments
 (0)