From faf73f12cebf039354f01c1d0863fda35514bbae Mon Sep 17 00:00:00 2001 From: Gabriel Simmer Date: Tue, 15 Aug 2023 18:33:55 +0100 Subject: [PATCH] Upgrade cache version --- .gitea/workflows/build-pi-img.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-pi-img.yml b/.gitea/workflows/build-pi-img.yml index 124fd63..68cd32b 100644 --- a/.gitea/workflows/build-pi-img.yml +++ b/.gitea/workflows/build-pi-img.yml @@ -24,7 +24,7 @@ jobs: run: sed -i '/^access-tokens/d' /etc/nix/nix.conf - name: Cache Nix store - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.3.1 id: nix-cache with: path: /tmp/nixcache @@ -39,7 +39,9 @@ jobs: - name: Build image run: nix-build '' -A config.system.build.sdImage -I nixos-config=./pi-imgs/pi-initial.nix --argstr system aarch64-linux - - uses: https://github.com/actions/upload-artifact@v3.1.2 + + - name: Upload img file + uses: https://github.com/actions/upload-artifact@v3.1.2 with: path: result/sd-image/*.img