From b509950099e21992ec5c9a84a667379482a3b9f5 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Wed, 31 Dec 2025 04:53:58 +0100 Subject: [PATCH] Update web exports to Godot 4.5.1 (#1290) --- .github/workflows/export_web.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/export_web.yml b/.github/workflows/export_web.yml index 8e418a13..948c375f 100644 --- a/.github/workflows/export_web.yml +++ b/.github/workflows/export_web.yml @@ -5,7 +5,7 @@ on: - master env: - GODOT_VERSION: 4.3 + GODOT_VERSION: 4.5.1 jobs: export-html5: @@ -13,7 +13,7 @@ jobs: name: Export projects to Web and deploy to GitHub Pages runs-on: ubuntu-24.04 container: - image: barichello/godot-ci:4.3 + image: barichello/godot-ci:4.5.1 steps: - name: Checkout uses: actions/checkout@v6