From 7a15bfc678cd980ed7ba3d4dca268aa18ae3d6df Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Fri, 10 May 2024 13:42:11 +0200 Subject: [PATCH] [godot] Update build to 4.1.4-stable --- .github/workflows/spine-godot-v4-all.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/spine-godot-v4-all.yml b/.github/workflows/spine-godot-v4-all.yml index e967a7abb..47007e702 100644 --- a/.github/workflows/spine-godot-v4-all.yml +++ b/.github/workflows/spine-godot-v4-all.yml @@ -14,8 +14,8 @@ jobs: matrix: version: [ - {"tag": "4.1.3-stable", "version": "4.1.3.stable", "mono": false}, - {"tag": "4.1.3-stable", "version": "4.1.3.stable", "mono": true}, + {"tag": "4.1.4-stable", "version": "4.1.4.stable", "mono": false}, + {"tag": "4.1.4-stable", "version": "4.1.4.stable", "mono": true}, {"tag": "4.2.2-stable", "version": "4.2.2.stable", "mono": false}, {"tag": "4.2.2-stable", "version": "4.2.2.stable", "mono": true}, ]