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}, ]