From 72beb551c6ecf10d093358ddb158281fa73a0232 Mon Sep 17 00:00:00 2001 From: Chris Hennes Date: Wed, 19 Feb 2025 17:24:37 -0600 Subject: [PATCH] CI: Update LibPack version in action Also requires deleting the cached copy. --- .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 f9bf9726c4..bed52624a7 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.0.0RC4/LibPack-1.0.0-v3.0.0RC4-Release.7z + default: https://github.com/FreeCAD/FreeCAD-LibPack/releases/download/3.1.0/LibPack-1.1.0-v3.1.0-Release.7z libpackname: description: "Libpack name (once downloaded)" required: false - default: LibPack-1.0.0-v3.0.0RC4-Release + default: LibPack-1.1.0-v3.1.0-Release runs: using: "composite"