From dbda51299d9f9c51006d3cb1ae54ed1f3fa17a50 Mon Sep 17 00:00:00 2001 From: Crementif <26669564+Crementif@users.noreply.github.com> Date: Sat, 12 Oct 2024 16:16:28 +0200 Subject: [PATCH] Minor build system changes --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fb62a6e6..93081739 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: steps: # Clone latest copy of repository - name: Checkout repository - uses: actions/checkout@v1 + uses: actions/checkout@v4 with: fetch-depth: 1 - name: Zip all packs @@ -46,5 +46,5 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v4 with: - name: graphicPacks.zip + name: graphicPacks path: "graphicPacks.zip"