From 8674faeb40d07923df5969dbd9271397e746ed07 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net>
Date: Thu, 21 Mar 2024 00:03:13 -0400
Subject: [PATCH] paths, not files

---
 .gitlab-ci-unix.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci-unix.yml b/.gitlab-ci-unix.yml
index f5731d1fed..c560f96f5a 100644
--- a/.gitlab-ci-unix.yml
+++ b/.gitlab-ci-unix.yml
@@ -183,7 +183,7 @@ spec:
     - $[[ inputs.gnu_make ]] $[[ inputs.build_flags ]] $BUILD_ARGS gitinfo
   cache:
     key: "${CI_PIPELINE_ID}-gitinfo"
-    files:
+    paths:
       - "src/sbbs3/git_*.h"
     policy: push
   artifacts:
@@ -201,7 +201,7 @@ spec:
     - echo "Delete ${CI_PIPELINE_ID}-gitinfo"
   cache:
     key: "${CI_PIPELINE_ID}-gitinfo"
-    files:
+    paths:
       - "src/sbbs3/git_*.h"
     policy: push
   needs: []
-- 
GitLab