From b207791a97428e6abd861d5bffbea8c03f361e26 Mon Sep 17 00:00:00 2001 From: Adel KARA SLIMANE Date: Sun, 23 Jun 2024 20:52:10 +0200 Subject: [PATCH] ci: update macos workflow --- .github/workflows/macos-build-bundle.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/macos-build-bundle.yml b/.github/workflows/macos-build-bundle.yml index 3ab4f8f..bf20b6a 100644 --- a/.github/workflows/macos-build-bundle.yml +++ b/.github/workflows/macos-build-bundle.yml @@ -10,12 +10,12 @@ jobs: shell: bash steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Qt - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 with: - version: '6.5.*' + version: '6.7.*' - name: Install Dependencies run: | @@ -29,7 +29,7 @@ jobs: run: ./deploy/macos-bundle-dmg.sh - name: Upload binary artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: macos-artifact path: deploy/ZeGrapher*dmg