Skip to content

Commit 91a2190

Browse files
authored
Update CI.yml (#368)
1 parent 93df76e commit 91a2190

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
arch:
2525
- x64
2626
steps:
27-
- uses: actions/checkout@v2
28-
- uses: julia-actions/setup-julia@v1
27+
- uses: actions/checkout@v4
28+
- uses: julia-actions/setup-julia@v4
2929
with:
3030
version: ${{ matrix.version }}
3131
arch: ${{ matrix.arch }}
@@ -42,6 +42,6 @@ jobs:
4242
- uses: julia-actions/julia-buildpkg@v1
4343
- uses: julia-actions/julia-runtest@v1
4444
- uses: julia-actions/julia-processcoverage@v1
45-
- uses: codecov/codecov-action@v1
45+
- uses: codecov/codecov-action@v5
4646
with:
4747
file: lcov.info

0 commit comments

Comments
 (0)