diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index acb36a76..00ccafc8 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -22,7 +22,7 @@ jobs: - name: Make the build run: make prefab-gui-debug-build - name: Upload the build - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: linux_x86_64_gui_(debug) path: build/prefab/full/linux_x86_64_gui @@ -42,7 +42,7 @@ jobs: - name: Make the build run: make prefab-server-debug-build - name: Upload the build - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: linux_x86_64_server_(debug) path: build/prefab/full/linux_x86_64_server @@ -62,7 +62,7 @@ jobs: - name: Make the build run: make prefab-linux-arm64-gui-debug-build - name: Upload the build - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: linux_arm64_gui_(debug) path: build/prefab/full/linux_arm64_gui @@ -82,7 +82,7 @@ jobs: - name: Make the build run: make prefab-linux-arm64-server-debug-build - name: Upload the build - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: linux_arm64_server_(debug) path: build/prefab/full/linux_arm64_server @@ -102,7 +102,7 @@ jobs: - name: Make the build run: make prefab-mac-x86-64-gui-debug-build - name: Upload the build - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: mac_x86_64_gui_(debug) path: build/prefab/full/mac_x86_64_gui @@ -122,7 +122,7 @@ jobs: - name: Make the build run: make prefab-mac-x86-64-server-debug-build - name: Upload the build - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: mac_x86_64_server_(debug) path: build/prefab/full/mac_x86_64_server @@ -142,7 +142,7 @@ jobs: - name: Make the build run: make prefab-mac-arm64-gui-debug-build - name: Upload the build - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: mac_arm64_gui_(debug) path: build/prefab/full/mac_arm64_gui @@ -162,7 +162,7 @@ jobs: - name: Make the build run: make prefab-mac-arm64-server-debug-build - name: Upload the build - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: mac_arm64_server_(debug) path: build/prefab/full/mac_arm64_server @@ -182,7 +182,7 @@ jobs: - name: Make the build run: make prefab-windows-x86-gui-debug-build - name: Upload the build - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: windows_x86_gui_(debug) path: build/prefab/full/windows_x86_gui @@ -202,7 +202,7 @@ jobs: - name: Make the build run: make prefab-windows-x86-server-debug-build - name: Upload the build - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: windows_x86_server_(debug) path: build/prefab/full/windows_x86_server @@ -222,7 +222,7 @@ jobs: - name: Make the build run: make docs-sphinx - name: Upload the build - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: sphinx_html_docs path: build/sphinx \ No newline at end of file