diff --git a/share/qtcreator/templates/wizards/qtcreatorplugin/github_workflows_build_cmake.yml b/share/qtcreator/templates/wizards/qtcreatorplugin/github_workflows_build_cmake.yml index 820b399c113..eb86ce41b10 100644 --- a/share/qtcreator/templates/wizards/qtcreatorplugin/github_workflows_build_cmake.yml +++ b/share/qtcreator/templates/wizards/qtcreatorplugin/github_workflows_build_cmake.yml @@ -150,7 +150,7 @@ jobs: execute_process(COMMAND ${qt_dir}/bin/qmake -query) - name: Download Qt Creator - uses: qt-creator/install-dev-package@v1.2 + uses: qt-creator/install-dev-package@v1.6 with: version: ${{ env.QT_CREATOR_VERSION }} unzip-to: 'qtcreator'