diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index 2054ab02..992103d6 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v3.0.0 - run: git fetch --prune --unshallow - run: make MODE=release dome.html ARCH=web - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: dome-web path: | @@ -49,7 +49,7 @@ jobs: - run: ./scripts/setup_static_linux_sdl.sh if: ${{matrix.static == 1}} - run: make MODE=release STATIC=${{matrix.static}} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: ${{matrix.static == 1}} with: name: dome-linux-x64 @@ -57,7 +57,7 @@ jobs: dome main.wren - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: ${{matrix.static == 0}} with: name: dome-linux-x64-shared @@ -72,7 +72,7 @@ jobs: uses: actions/checkout@v3.0.0 - uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: '14.2' + xcode-version: '16.2' # - run: sudo xcode-select -switch /Applications/Xcode_14.2.app/Contents/Developer - name: Cache dependancies uses: actions/cache@v3 @@ -84,7 +84,7 @@ jobs: key: ${{ runner.os }}-${{ hashFiles('./scripts/vars.sh') }}-sdl - run: ./scripts/setup_static_mac_sdl.sh - run: make MIN_MAC_VERSION=10.12 STATIC=1 - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: dome-macosx-all path: | @@ -115,14 +115,14 @@ jobs: - run: git fetch --prune --unshallow - run: gcc -v - run: "make STATIC=1 TARGET_NAME=dome CC=gcc" - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: ${{ (matrix.msystem == 'MINGW32') }} with: name: dome-windows-x32 path: | dome.exe main.wren - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: ${{ (matrix.msystem == 'MINGW64') }} with: name: dome-windows-x64 @@ -136,7 +136,7 @@ jobs: runs-on: ubuntu-latest name: Upload Release Artifacts steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 - uses: montudor/action-zip@v0.1.0 with: args: zip -qq -r dome-linux-x64.zip dome-linux-x64