From 975707a48740d59e591cc12b942b59ef5117926e Mon Sep 17 00:00:00 2001 From: Alexander Barth Date: Wed, 11 Dec 2024 13:07:37 +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 86ddce0..ac4bb82 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: