From 2883b53e2f3cccb63d4585fde326ab434c4193cb Mon Sep 17 00:00:00 2001 From: Chris Hennes Date: Fri, 18 Apr 2025 20:19:06 -0500 Subject: [PATCH] CI: Update to LibPack 3.1.1.2 --- .github/workflows/actions/windows/getLibpack/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions/windows/getLibpack/action.yml b/.github/workflows/actions/windows/getLibpack/action.yml index 0cf86910fe..297691d56a 100644 --- a/.github/workflows/actions/windows/getLibpack/action.yml +++ b/.github/workflows/actions/windows/getLibpack/action.yml @@ -41,11 +41,11 @@ inputs: libpackdownloadurl: description: "URL where to download libpack" required: false - default: https://github.com/FreeCAD/FreeCAD-LibPack/releases/download/3.1.1.1/LibPack-1.1.0-v3.1.1.1-Release.7z + default: https://github.com/FreeCAD/FreeCAD-LibPack/releases/download/3.1.1.2/LibPack-1.1.0-v3.1.1.2-Release.7z libpackname: description: "Libpack name (once downloaded)" required: false - default: LibPack-1.1.0-v3.1.1.1-Release + default: LibPack-1.1.0-v3.1.1.2-Release runs: using: "composite"