[godot] Update upload action to v4.

This commit is contained in:
Mario Zechner 2024-09-18 16:23:21 +02:00
parent 0e258cd0aa
commit 936529c259
2 changed files with 42 additions and 42 deletions

View File

@ -345,102 +345,102 @@ jobs:
steps: steps:
- name: Download godot-editor-windows artifact - name: Download godot-editor-windows artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
name: ${{ format('{0}-{1}{2}.zip', 'godot-editor-windows', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }} name: ${{ format('{0}-{1}{2}.zip', 'godot-editor-windows', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }}
- name: Download godot-editor-linux artifact - name: Download godot-editor-linux artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
name: ${{ format('{0}-{1}{2}.zip', 'godot-editor-linux', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }} name: ${{ format('{0}-{1}{2}.zip', 'godot-editor-linux', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }}
- name: Download godot-editor-macos artifact - name: Download godot-editor-macos artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
name: ${{ format('{0}-{1}{2}.zip', 'godot-editor-macos', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }} name: ${{ format('{0}-{1}{2}.zip', 'godot-editor-macos', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }}
- name: Download godot-template-ios artifact - name: Download godot-template-ios artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
name: ${{ format('{0}-{1}{2}.zip', 'godot-template-ios', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }} name: ${{ format('{0}-{1}{2}.zip', 'godot-template-ios', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }}
- name: Download godot-template-macos artifact - name: Download godot-template-macos artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
name: ${{ format('{0}-{1}{2}.zip', 'godot-template-macos', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }} name: ${{ format('{0}-{1}{2}.zip', 'godot-template-macos', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }}
- name: Download godot-template-windows-release artifact - name: Download godot-template-windows-release artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
name: ${{ format('{0}-{1}{2}.zip', 'godot-template-windows-release', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }} name: ${{ format('{0}-{1}{2}.zip', 'godot-template-windows-release', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }}
- name: Download godot-template-windows-debug artifact - name: Download godot-template-windows-debug artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
name: ${{ format('{0}-{1}{2}.zip', 'godot-template-windows-debug', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }} name: ${{ format('{0}-{1}{2}.zip', 'godot-template-windows-debug', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }}
- name: Download godot-template-linux-release artifact - name: Download godot-template-linux-release artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
name: ${{ format('{0}-{1}{2}.zip', 'godot-template-linux-release', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }} name: ${{ format('{0}-{1}{2}.zip', 'godot-template-linux-release', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }}
- name: Download godot-template-linux-debug artifact - name: Download godot-template-linux-debug artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
name: ${{ format('{0}-{1}{2}.zip', 'godot-template-linux-debug', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }} name: ${{ format('{0}-{1}{2}.zip', 'godot-template-linux-debug', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }}
- name: Download godot-template-android-release artifact - name: Download godot-template-android-release artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
name: ${{ format('{0}-{1}{2}.zip', 'godot-template-android-release', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }} name: ${{ format('{0}-{1}{2}.zip', 'godot-template-android-release', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }}
- name: Download godot-template-android-debug artifact - name: Download godot-template-android-debug artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
name: ${{ format('{0}-{1}{2}.zip', 'godot-template-android-debug', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }} name: ${{ format('{0}-{1}{2}.zip', 'godot-template-android-debug', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }}
- name: Download godot-template-android-source artifact - name: Download godot-template-android-source artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
name: ${{ format('{0}-{1}{2}.zip', 'godot-template-android-source', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }} name: ${{ format('{0}-{1}{2}.zip', 'godot-template-android-source', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }}
- name: Download godot-template-web-release artifact - name: Download godot-template-web-release artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
name: ${{ format('{0}-{1}{2}.zip', 'godot-template-web-release', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }} name: ${{ format('{0}-{1}{2}.zip', 'godot-template-web-release', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }}
- name: Download godot-template-web-debug artifact - name: Download godot-template-web-debug artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
name: ${{ format('{0}-{1}{2}.zip', 'godot-template-web-debug', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }} name: ${{ format('{0}-{1}{2}.zip', 'godot-template-web-debug', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }}
- name: Download godot-template-web-nothreads-release artifact - name: Download godot-template-web-nothreads-release artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
name: ${{ format('{0}-{1}{2}.zip', 'godot-template-web-nothreads-release', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }} name: ${{ format('{0}-{1}{2}.zip', 'godot-template-web-nothreads-release', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }}
- name: Download godot-template-web-nothreads-debug artifact - name: Download godot-template-web-nothreads-debug artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
name: ${{ format('{0}-{1}{2}.zip', 'godot-template-web-nothreads-debug', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }} name: ${{ format('{0}-{1}{2}.zip', 'godot-template-web-nothreads-debug', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }}
- name: Download godot-template-web-dlink-release artifact - name: Download godot-template-web-dlink-release artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
name: ${{ format('{0}-{1}{2}.zip', 'godot-template-web-dlink-release', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }} name: ${{ format('{0}-{1}{2}.zip', 'godot-template-web-dlink-release', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }}
- name: Download godot-template-web-dlink-debug artifact - name: Download godot-template-web-dlink-debug artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
name: ${{ format('{0}-{1}{2}.zip', 'godot-template-web-dlink-debug', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }} name: ${{ format('{0}-{1}{2}.zip', 'godot-template-web-dlink-debug', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }}
- name: Download godot-template-web-dlink-nothreads-release artifact - name: Download godot-template-web-dlink-nothreads-release artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
name: ${{ format('{0}-{1}{2}.zip', 'godot-template-web-dlink-nothreads-release', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }} name: ${{ format('{0}-{1}{2}.zip', 'godot-template-web-dlink-nothreads-release', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }}
- name: Download godot-template-web-dlink-nothreads-debug artifact - name: Download godot-template-web-dlink-nothreads-debug artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
name: ${{ format('{0}-{1}{2}.zip', 'godot-template-web-dlink-nothreads-debug', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }} name: ${{ format('{0}-{1}{2}.zip', 'godot-template-web-dlink-nothreads-debug', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }}
@ -484,42 +484,42 @@ jobs:
steps: steps:
- name: Download godot-editor-windows artifact - name: Download godot-editor-windows artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
name: ${{ format('{0}-{1}{2}.zip', 'godot-editor-windows', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }} name: ${{ format('{0}-{1}{2}.zip', 'godot-editor-windows', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }}
- name: Download godot-editor-linux artifact - name: Download godot-editor-linux artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
name: ${{ format('{0}-{1}{2}.zip', 'godot-editor-linux', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }} name: ${{ format('{0}-{1}{2}.zip', 'godot-editor-linux', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }}
- name: Download godot-editor-macos artifact - name: Download godot-editor-macos artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
name: ${{ format('{0}-{1}{2}.zip', 'godot-editor-macos', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }} name: ${{ format('{0}-{1}{2}.zip', 'godot-editor-macos', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }}
- name: Download godot-template-macos artifact - name: Download godot-template-macos artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
name: ${{ format('{0}-{1}{2}.zip', 'godot-template-macos', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }} name: ${{ format('{0}-{1}{2}.zip', 'godot-template-macos', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }}
- name: Download godot-template-windows-release artifact - name: Download godot-template-windows-release artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
name: ${{ format('{0}-{1}{2}.zip', 'godot-template-windows-release', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }} name: ${{ format('{0}-{1}{2}.zip', 'godot-template-windows-release', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }}
- name: Download godot-template-windows-debug artifact - name: Download godot-template-windows-debug artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
name: ${{ format('{0}-{1}{2}.zip', 'godot-template-windows-debug', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }} name: ${{ format('{0}-{1}{2}.zip', 'godot-template-windows-debug', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }}
- name: Download godot-template-linux-release artifact - name: Download godot-template-linux-release artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
name: ${{ format('{0}-{1}{2}.zip', 'godot-template-linux-release', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }} name: ${{ format('{0}-{1}{2}.zip', 'godot-template-linux-release', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }}
- name: Download godot-template-linux-debug artifact - name: Download godot-template-linux-debug artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
name: ${{ format('{0}-{1}{2}.zip', 'godot-template-linux-debug', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }} name: ${{ format('{0}-{1}{2}.zip', 'godot-template-linux-debug', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }}

View File

@ -273,72 +273,72 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Download godot-editor-windows artifact - name: Download godot-editor-windows artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
name: godot-editor-windows.zip name: godot-editor-windows.zip
- name: Download godot-editor-linux artifact - name: Download godot-editor-linux artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
name: godot-editor-linux.zip name: godot-editor-linux.zip
- name: Download godot-editor-macos artifact - name: Download godot-editor-macos artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
name: godot-editor-macos.zip name: godot-editor-macos.zip
- name: Download godot-template-ios artifact - name: Download godot-template-ios artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
name: godot-template-ios.zip name: godot-template-ios.zip
- name: Download godot-template-macos artifact - name: Download godot-template-macos artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
name: godot-template-macos.zip name: godot-template-macos.zip
- name: Download godot-template-windows-release artifact - name: Download godot-template-windows-release artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
name: godot-template-windows-release.zip name: godot-template-windows-release.zip
- name: Download godot-template-windows-debug artifact - name: Download godot-template-windows-debug artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
name: godot-template-windows-debug.zip name: godot-template-windows-debug.zip
- name: Download godot-template-linux-release artifact - name: Download godot-template-linux-release artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
name: godot-template-linux-release.zip name: godot-template-linux-release.zip
- name: Download godot-template-linux-debug artifact - name: Download godot-template-linux-debug artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
name: godot-template-linux-debug.zip name: godot-template-linux-debug.zip
- name: Download godot-template-android-release artifact - name: Download godot-template-android-release artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
name: godot-template-android-release.zip name: godot-template-android-release.zip
- name: Download godot-template-android-debug artifact - name: Download godot-template-android-debug artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
name: godot-template-android-debug.zip name: godot-template-android-debug.zip
- name: Download godot-template-android-source artifact - name: Download godot-template-android-source artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
name: godot-template-android-source.zip name: godot-template-android-source.zip
- name: Download godot-template-web-release artifact - name: Download godot-template-web-release artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
name: godot-template-web-release.zip name: godot-template-web-release.zip
- name: Download godot-template-web-debug artifact - name: Download godot-template-web-debug artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
name: godot-template-web-debug.zip name: godot-template-web-debug.zip