From bb8344958eb19526cffe1ba46bda1bd7929be078 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Thu, 22 Feb 2024 13:46:03 +0000 Subject: [PATCH] ci: rename logs --- .github/workflows/debian-cache.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/debian-cache.yml b/.github/workflows/debian-cache.yml index 0145acc..df46aa3 100644 --- a/.github/workflows/debian-cache.yml +++ b/.github/workflows/debian-cache.yml @@ -40,7 +40,7 @@ jobs: if: always() uses: actions/upload-artifact@v4 with: - name: debian-cache-logs + name: debian-metadata-cache-logs path: ~/.out-of-tree/logs - name: Upload cache @@ -113,5 +113,5 @@ jobs: if: always() uses: actions/upload-artifact@v4 with: - name: debian-cache-logs + name: debian-packages-cache-logs path: ~/.out-of-tree/logs