From 16af2920723af79297ecef48678c56c85933111e Mon Sep 17 00:00:00 2001 From: Andrew Bird Date: Sat, 4 Apr 2026 14:18:32 +0100 Subject: [PATCH] CI: Update upload 1/ Update the action use due to node 20 deprecation 2/ Upload is a zip file, so avoid double extension .sys.zip --- .github/workflows/ci-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 5f7563c..c6a3670 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -35,8 +35,8 @@ jobs: ./ci_validate.py - name: Upload binary artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: - name: country.sys + name: country path: country.sys retention-days: 30