diff options
author | Spartan322 <Megacake1234@gmail.com> | 2023-07-01 00:35:16 +0200 |
---|---|---|
committer | Spartan322 <Megacake1234@gmail.com> | 2023-07-06 11:35:15 +0200 |
commit | 18ff6fb2fa03335d8a42440aec9f0dcb77f42c3a (patch) | |
tree | f81a638162670bbb817b7b8d49ea2717ed3d3c4f /.github | |
parent | 432000a3ab73980fc6421b3587de4b97af30d3ad (diff) |
Update to Godot 4.1 Stable Release
Fix deferred error in LoadingScreen.update_loading_screen
Fix pressed shadow variable warning in SettingCheckBox.gd
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/builds.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 52be62c..79f04aa 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -6,7 +6,7 @@ env: GODOT_DOWNLOAD_URL: https://downloads.tuxfamily.org/godotengine GODOT_VERSION_PREFIX: Godot_v GODOT_VERSION_SUFFIX: stable - GODOT_VERSION: 4.0.3 + GODOT_VERSION: 4.1 concurrency: group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-macos |