From 024cd33e9996095c0693dc90973f370eb9f7b809 Mon Sep 17 00:00:00 2001 From: Alexander Barth Date: Wed, 11 Dec 2024 13:07:34 +0100 Subject: [PATCH] update actions/cache --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d9005c5..0e8f554 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -25,7 +25,7 @@ jobs: - uses: julia-actions/setup-julia@v2 with: version: ${{ matrix.version }} - - uses: actions/cache@v1 + - uses: actions/cache@v4 env: cache-name: cache-artifacts with: