diff --git a/.github/workflows/spine-godot-v4-all.yml b/.github/workflows/spine-godot-v4-all.yml index 64ca66cee..0094bcb37 100644 --- a/.github/workflows/spine-godot-v4-all.yml +++ b/.github/workflows/spine-godot-v4-all.yml @@ -14,10 +14,8 @@ jobs: matrix: version: [ - {"tag": "4.4.1-stable", "version": "4.4.1.stable", "mono": false}, - {"tag": "4.4.1-stable", "version": "4.4.1.stable", "mono": true}, - {"tag": "4.3-stable", "version": "4.3.stable", "mono": false}, - {"tag": "4.3-stable", "version": "4.3.stable", "mono": true}, + {"tag": "4.5.1-stable", "version": "4.5.1.stable", "mono": false}, + {"tag": "4.5.1-stable", "version": "4.5.1.stable", "mono": true} ] uses: ./.github/workflows/spine-godot-v4.yml with: