From 3cc84084238cd120749545d8573421b41d7440a2 Mon Sep 17 00:00:00 2001 From: Atsushi Watanabe Date: Thu, 18 Jan 2024 10:17:50 +0900 Subject: [PATCH] Update assets to v0.6.3 (#731) --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c3ef0143..c0fd83a6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -23,13 +23,13 @@ jobs: uses: actions/checkout@v4 - name: Cache test data - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: .cached-dataset key: dataset-${{ hashFiles('test/CMakeLists.txt') }} restore-keys: dataset- - name: Cache docker layers - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: /home/runner/layers.tar key: docker-layers-${{ matrix.env }}-${{ github.sha }}