fix: downgrade actions/checkout to v4 and enable progress display for all export jobs
Some checks failed
Build Release / Windows Export (pull_request) Failing after 1m54s
Build Release / Linux Export (pull_request) Failing after 1m53s
Build Release / Mac Export (pull_request) Failing after 1m52s
Build Release / Create Release (pull_request) Has been skipped

This commit is contained in:
2026-03-17 22:17:01 +01:00
parent 1aa0dbf544
commit bc9f0b9f27

View File

@@ -18,8 +18,9 @@ jobs:
container: barichello/godot-ci:4.3 container: barichello/godot-ci:4.3
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v6 uses: actions/checkout@v4
with: with:
show-progress: true
lfs: true lfs: true
- name: Setup - name: Setup
run: | run: |
@@ -45,8 +46,9 @@ jobs:
container: barichello/godot-ci:4.3 container: barichello/godot-ci:4.3
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v6 uses: actions/checkout@v4
with: with:
show-progress: true
lfs: true lfs: true
- name: Setup - name: Setup
run: | run: |
@@ -71,7 +73,7 @@ jobs:
# image: barichello/godot-ci:4.3 # image: barichello/godot-ci:4.3
# steps: # steps:
# - name: Checkout # - name: Checkout
# uses: actions/checkout@v6 # uses: actions/checkout@v4
# with: # with:
# lfs: true # lfs: true
# - name: Setup # - name: Setup
@@ -104,8 +106,9 @@ jobs:
container: barichello/godot-ci:4.3 container: barichello/godot-ci:4.3
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v6 uses: actions/checkout@v4
with: with:
show-progress: true
lfs: true lfs: true
- name: Setup - name: Setup
run: | run: |