diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2fb456269d..33ef47dc5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,7 @@ jobs: cmake --build build --target INSTALL --config "${{ matrix.cfg.type }}" -j 4 - name: Upload Artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: plasma-${{ matrix.platform.str }}-${{ matrix.cfg.str }} path: build/install @@ -176,7 +176,7 @@ jobs: cmake --build build --target INSTALL --config Release -j 4 - name: Upload Artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: plasma-${{ matrix.cfg.str }}-max-${{ matrix.cfg.sdk-version }} path: build/install @@ -257,7 +257,7 @@ jobs: cmake --build build --target install -j 4 - name: Upload Artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: plasma-${{ matrix.platform.str }}-${{ matrix.cfg.str }} path: build/install @@ -282,7 +282,7 @@ jobs: - name: Install dependencies run: | - brew install \ + brew install -q \ qt@5 \ autoconf \ automake \ @@ -340,7 +340,7 @@ jobs: cmake --build build --target install --config "${{ matrix.cfg.type }}" -j 2 - name: Upload Artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: plasma-${{ matrix.platform.str }}-${{ matrix.cfg.str }} path: build/install