From f82dbfa0fe2fe7483a5a61a9aaab9266167f5376 Mon Sep 17 00:00:00 2001 From: Eric Ford Date: Mon, 10 Jun 2024 22:24:29 -0400 Subject: [PATCH] CI julia-actions for cache --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 76c0444..7c876ec 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -29,7 +29,7 @@ jobs: with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: actions/cache@v3 + - uses: julia-actions/cache@v2 env: cache-name: cache-artifacts with: @@ -53,7 +53,7 @@ jobs: - uses: julia-actions/setup-julia@v2 with: version: '1' - - uses: actions/cache@v3 + - uses: julia-actions/cache@v2 env: cache-name: cache-artifacts with: