diff --git a/.github/workflows/build_linux_qt5.yml b/.github/workflows/build_linux_qt5.yml index f11cdfedb..c447d3aff 100644 --- a/.github/workflows/build_linux_qt5.yml +++ b/.github/workflows/build_linux_qt5.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: ccache uses: hendrikmuhs/ccache-action@v1.2 @@ -25,7 +25,7 @@ jobs: key: build-linux-qt5-release - name: Install Qt - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 - name: Install other prerequisites run: | diff --git a/.github/workflows/build_linux_qt6.yml b/.github/workflows/build_linux_qt6.yml index f958e19ce..81abd4c6b 100644 --- a/.github/workflows/build_linux_qt6.yml +++ b/.github/workflows/build_linux_qt6.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: ccache uses: hendrikmuhs/ccache-action@v1.2 @@ -25,9 +25,9 @@ jobs: key: build-linux-qt6-release - name: Install Qt - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 with: - version: 6.6.2 + version: 6.8.2 modules: qt5compat qtmultimedia - name: Install other prerequisites diff --git a/.github/workflows/build_macos.yml b/.github/workflows/build_macos.yml index e4954ffd6..bc91e876e 100644 --- a/.github/workflows/build_macos.yml +++ b/.github/workflows/build_macos.yml @@ -17,7 +17,7 @@ jobs: runs-on: macos-13 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: ccache uses: hendrikmuhs/ccache-action@v1.2 @@ -25,9 +25,9 @@ jobs: key: build-macos-release - name: Install Qt - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 with: - version: 6.6.2 + version: 6.8.2 modules: qt5compat qtmultimedia - name: Install other prerequisites @@ -91,7 +91,7 @@ jobs: --app-drop-link 600 185 "${{ env.dmg_name }}.dmg" "build/KVIrc.app" - name: Publish artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ env.dmg_name }}.dmg path: ${{ env.dmg_name }}.dmg diff --git a/.github/workflows/build_windows.yml b/.github/workflows/build_windows.yml index e5d1d566e..366f7c938 100644 --- a/.github/workflows/build_windows.yml +++ b/.github/workflows/build_windows.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup devcmd uses: ilammy/msvc-dev-cmd@v1 @@ -33,9 +33,9 @@ jobs: core.exportVariable('ACTIONS_RUNTIME_TOKEN', (process.env.ACTIONS_RUNTIME_TOKEN || '')); - name: Install Qt - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 with: - version: 6.6.2 + version: 6.8.2 modules: qt5compat qtmultimedia cache: true @@ -179,7 +179,7 @@ jobs: move KVIrc.exe ${{ env.exe_name }}.exe - name: Publish artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ env.exe_name }}.exe path: build/${{ env.exe_name }}.exe \ No newline at end of file diff --git a/.github/workflows/build_windows_qt5.yml b/.github/workflows/build_windows_qt5.yml index 0961385ed..9906e42d2 100644 --- a/.github/workflows/build_windows_qt5.yml +++ b/.github/workflows/build_windows_qt5.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup devcmd uses: ilammy/msvc-dev-cmd@v1 @@ -33,7 +33,7 @@ jobs: core.exportVariable('ACTIONS_RUNTIME_TOKEN', (process.env.ACTIONS_RUNTIME_TOKEN || '')); - name: Install Qt - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 with: version: 5.15.2 cache: true @@ -178,7 +178,7 @@ jobs: move KVIrc.exe ${{ env.exe_name }}.exe - name: Publish artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ env.exe_name }}.exe path: build/${{ env.exe_name }}.exe \ No newline at end of file