Wizards: Bump install-dev-package to v1.6

We were having issues with the download of the Qt Creator packages
failing. The new version of the install-dev-package script has more
error output that might help with tracking down the issue as it
is intermittent.

Change-Id: I677bbf893215a056bea96feecef9bcd241cf85d6
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Marcus Tillmanns
2024-12-06 11:40:48 +01:00
parent 79e4cf33e8
commit a29c17e2c3

View File

@@ -150,7 +150,7 @@ jobs:
execute_process(COMMAND ${qt_dir}/bin/qmake -query) execute_process(COMMAND ${qt_dir}/bin/qmake -query)
- name: Download Qt Creator - name: Download Qt Creator
uses: qt-creator/install-dev-package@v1.2 uses: qt-creator/install-dev-package@v1.6
with: with:
version: ${{ env.QT_CREATOR_VERSION }} version: ${{ env.QT_CREATOR_VERSION }}
unzip-to: 'qtcreator' unzip-to: 'qtcreator'