diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 87d9d5d..720876e 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -19,7 +19,7 @@ jobs: image: barichello/godot-ci:4.3 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: lfs: true - name: Setup @@ -49,7 +49,7 @@ jobs: image: barichello/godot-ci:4.3 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: lfs: true - name: Setup @@ -77,7 +77,7 @@ jobs: # image: barichello/godot-ci:4.3 # steps: # - name: Checkout - # uses: actions/checkout@v4 + # uses: actions/checkout@v6 # with: # lfs: true # - name: Setup @@ -111,7 +111,7 @@ jobs: image: barichello/godot-ci:4.3 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: lfs: true - name: Setup