From 871dd0a4106ace5534b8949e0a5279fa9433e518 Mon Sep 17 00:00:00 2001 From: Alexander Barth Date: Wed, 11 Dec 2024 13:07:33 +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 d734183..403d572 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -20,7 +20,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: