From 22ebfaa32f3aa661a6a1458d82cd5491f331d9bf Mon Sep 17 00:00:00 2001 From: Atsushi Date: Thu, 18 Jan 2024 00:56:57 +0000 Subject: [PATCH] Update assets to v0.6.3 --- .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 c3ef014..c0fd83a 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 }}