ci: Upgrade install-qt-action

This commit is contained in:
Lars Toenning
2024-10-12 22:19:17 +02:00
parent 976142a7f4
commit 4c0cd22870

View File

@@ -183,13 +183,13 @@ jobs:
steps:
- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: ${{ env.qt_version }}
arch: win64_msvc2019_64
cache: true
- name: Install Qt debug info
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: ${{ env.qt_version }}
arch: win64_msvc2019_64
@@ -280,7 +280,7 @@ jobs:
steps:
- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: ${{ env.qt_version }}
cache: true