From 4c09e6c3d9f1fa010f52a3bcf678e7086e8499b3 Mon Sep 17 00:00:00 2001 From: Chris Hennes Date: Mon, 14 Apr 2025 08:42:08 -0500 Subject: [PATCH] CI: Update to LibPack 3.1.1 --- .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 bed52624a7..0cf86910fe 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.0/LibPack-1.1.0-v3.1.0-Release.7z + default: https://github.com/FreeCAD/FreeCAD-LibPack/releases/download/3.1.1.1/LibPack-1.1.0-v3.1.1.1-Release.7z libpackname: description: "Libpack name (once downloaded)" required: false - default: LibPack-1.1.0-v3.1.0-Release + default: LibPack-1.1.0-v3.1.1.1-Release runs: using: "composite"