Skip to content

Commit 0d43944

Browse files
authored
Update cache and codecov actions (#135)
Use v3 for both to use node.jl 16 jobs
1 parent b8740b5 commit 0d43944

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
version: ${{ matrix.version }}
4141
arch: ${{ matrix.arch }}
42-
- uses: actions/cache@v1
42+
- uses: actions/cache@v3
4343
env:
4444
cache-name: cache-artifacts
4545
with:
@@ -52,6 +52,6 @@ jobs:
5252
- uses: julia-actions/julia-buildpkg@v1
5353
- uses: julia-actions/julia-runtest@v1
5454
- uses: julia-actions/julia-processcoverage@v1
55-
- uses: codecov/codecov-action@v1
55+
- uses: codecov/codecov-action@v3
5656
with:
5757
file: lcov.info

0 commit comments

Comments
 (0)