|
@@ -345,102 +345,102 @@ jobs:
|
|
|
|
|
|
steps:
|
|
|
- name: Download godot-editor-windows artifact
|
|
|
- uses: actions/download-artifact@v2
|
|
|
+ uses: actions/download-artifact@v4
|
|
|
with:
|
|
|
name: ${{ format('{0}-{1}{2}.zip', 'godot-editor-windows', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }}
|
|
|
|
|
|
- name: Download godot-editor-linux artifact
|
|
|
- uses: actions/download-artifact@v2
|
|
|
+ uses: actions/download-artifact@v4
|
|
|
with:
|
|
|
name: ${{ format('{0}-{1}{2}.zip', 'godot-editor-linux', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }}
|
|
|
|
|
|
- name: Download godot-editor-macos artifact
|
|
|
- uses: actions/download-artifact@v2
|
|
|
+ uses: actions/download-artifact@v4
|
|
|
with:
|
|
|
name: ${{ format('{0}-{1}{2}.zip', 'godot-editor-macos', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }}
|
|
|
|
|
|
- name: Download godot-template-ios artifact
|
|
|
- uses: actions/download-artifact@v2
|
|
|
+ uses: actions/download-artifact@v4
|
|
|
with:
|
|
|
name: ${{ format('{0}-{1}{2}.zip', 'godot-template-ios', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }}
|
|
|
|
|
|
- name: Download godot-template-macos artifact
|
|
|
- uses: actions/download-artifact@v2
|
|
|
+ uses: actions/download-artifact@v4
|
|
|
with:
|
|
|
name: ${{ format('{0}-{1}{2}.zip', 'godot-template-macos', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }}
|
|
|
|
|
|
- name: Download godot-template-windows-release artifact
|
|
|
- uses: actions/download-artifact@v2
|
|
|
+ uses: actions/download-artifact@v4
|
|
|
with:
|
|
|
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
|
|
|
- uses: actions/download-artifact@v2
|
|
|
+ uses: actions/download-artifact@v4
|
|
|
with:
|
|
|
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
|
|
|
- uses: actions/download-artifact@v2
|
|
|
+ uses: actions/download-artifact@v4
|
|
|
with:
|
|
|
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
|
|
|
- uses: actions/download-artifact@v2
|
|
|
+ uses: actions/download-artifact@v4
|
|
|
with:
|
|
|
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
|
|
|
- uses: actions/download-artifact@v2
|
|
|
+ uses: actions/download-artifact@v4
|
|
|
with:
|
|
|
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
|
|
|
- uses: actions/download-artifact@v2
|
|
|
+ uses: actions/download-artifact@v4
|
|
|
with:
|
|
|
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
|
|
|
- uses: actions/download-artifact@v2
|
|
|
+ uses: actions/download-artifact@v4
|
|
|
with:
|
|
|
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
|
|
|
- uses: actions/download-artifact@v2
|
|
|
+ uses: actions/download-artifact@v4
|
|
|
with:
|
|
|
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
|
|
|
- uses: actions/download-artifact@v2
|
|
|
+ uses: actions/download-artifact@v4
|
|
|
with:
|
|
|
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
|
|
|
- uses: actions/download-artifact@v2
|
|
|
+ uses: actions/download-artifact@v4
|
|
|
with:
|
|
|
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
|
|
|
- uses: actions/download-artifact@v2
|
|
|
+ uses: actions/download-artifact@v4
|
|
|
with:
|
|
|
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
|
|
|
- uses: actions/download-artifact@v2
|
|
|
+ uses: actions/download-artifact@v4
|
|
|
with:
|
|
|
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
|
|
|
- uses: actions/download-artifact@v2
|
|
|
+ uses: actions/download-artifact@v4
|
|
|
with:
|
|
|
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
|
|
|
- uses: actions/download-artifact@v2
|
|
|
+ uses: actions/download-artifact@v4
|
|
|
with:
|
|
|
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
|
|
|
- uses: actions/download-artifact@v2
|
|
|
+ uses: actions/download-artifact@v4
|
|
|
with:
|
|
|
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:
|
|
|
- name: Download godot-editor-windows artifact
|
|
|
- uses: actions/download-artifact@v2
|
|
|
+ uses: actions/download-artifact@v4
|
|
|
with:
|
|
|
name: ${{ format('{0}-{1}{2}.zip', 'godot-editor-windows', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }}
|
|
|
|
|
|
- name: Download godot-editor-linux artifact
|
|
|
- uses: actions/download-artifact@v2
|
|
|
+ uses: actions/download-artifact@v4
|
|
|
with:
|
|
|
name: ${{ format('{0}-{1}{2}.zip', 'godot-editor-linux', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }}
|
|
|
|
|
|
- name: Download godot-editor-macos artifact
|
|
|
- uses: actions/download-artifact@v2
|
|
|
+ uses: actions/download-artifact@v4
|
|
|
with:
|
|
|
name: ${{ format('{0}-{1}{2}.zip', 'godot-editor-macos', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }}
|
|
|
|
|
|
- name: Download godot-template-macos artifact
|
|
|
- uses: actions/download-artifact@v2
|
|
|
+ uses: actions/download-artifact@v4
|
|
|
with:
|
|
|
name: ${{ format('{0}-{1}{2}.zip', 'godot-template-macos', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }}
|
|
|
|
|
|
- name: Download godot-template-windows-release artifact
|
|
|
- uses: actions/download-artifact@v2
|
|
|
+ uses: actions/download-artifact@v4
|
|
|
with:
|
|
|
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
|
|
|
- uses: actions/download-artifact@v2
|
|
|
+ uses: actions/download-artifact@v4
|
|
|
with:
|
|
|
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
|
|
|
- uses: actions/download-artifact@v2
|
|
|
+ uses: actions/download-artifact@v4
|
|
|
with:
|
|
|
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
|
|
|
- uses: actions/download-artifact@v2
|
|
|
+ uses: actions/download-artifact@v4
|
|
|
with:
|
|
|
name: ${{ format('{0}-{1}{2}.zip', 'godot-template-linux-debug', env.GODOT_TAG, env.GODOT_MONO_UPLOAD_SUFFIX) }}
|
|
|
|