Update web exports to Godot 4.5.1 (#1290)

This commit is contained in:
Hugo Locurcio
2025-12-31 04:53:58 +01:00
committed by GitHub
parent db745e5e59
commit b509950099

View File

@@ -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