diff --git a/.github/workflows/godot-ci.yml b/.github/workflows/godot-ci.yml index 8dea4ca..f51c3a4 100644 --- a/.github/workflows/godot-ci.yml +++ b/.github/workflows/godot-ci.yml @@ -2,7 +2,7 @@ name: "godot-ci export" on: push env: - GODOT_VERSION: 3.3.4 + GODOT_VERSION: 4.2.1 EXPORT_NAME: test-project PROJECT_PATH: test-project @@ -11,7 +11,7 @@ jobs: name: Windows Export runs-on: ubuntu-20.04 container: - image: barichello/godot-ci:3.3.4 + image: barichello/godot-ci:4.2.1 steps: - name: Checkout uses: actions/checkout@v2 @@ -36,7 +36,7 @@ jobs: name: Linux Export runs-on: ubuntu-20.04 container: - image: barichello/godot-ci:3.3.4 + image: barichello/godot-ci:4.2.1 steps: - name: Checkout uses: actions/checkout@v2 @@ -61,7 +61,7 @@ jobs: name: Web Export runs-on: ubuntu-20.04 container: - image: barichello/godot-ci:3.3.4 + image: barichello/godot-ci:4.2.1 steps: - name: Checkout uses: actions/checkout@v2 @@ -94,7 +94,7 @@ jobs: name: Mac Export runs-on: ubuntu-20.04 container: - image: barichello/godot-ci:3.3.4 + image: barichello/godot-ci:4.2.1 steps: - name: Checkout uses: actions/checkout@v2