Skip to content

Commit d4f77c5

Browse files
authored
Update ci.yml
1 parent 5234fcd commit d4f77c5

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
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
version: ${{ matrix.version }}
4646
arch: ${{ matrix.arch }}
47-
- uses: actions/cache@v3
47+
- uses: actions/cache@v4
4848
env:
4949
cache-name: cache-artifacts
5050
with:
@@ -57,6 +57,6 @@ jobs:
5757
- uses: julia-actions/julia-buildpkg@v1
5858
- uses: julia-actions/julia-runtest@v1
5959
- uses: julia-actions/julia-processcoverage@v1
60-
- uses: codecov/codecov-action@v3
60+
- uses: codecov/codecov-action@v5
6161
with:
6262
files: lcov.info

0 commit comments

Comments
 (0)