From 4c0cd22870ac03c4c2d8bcc7413bf6b9e2965f2c Mon Sep 17 00:00:00 2001 From: Lars Toenning Date: Sat, 12 Oct 2024 22:19:17 +0200 Subject: [PATCH] ci: Upgrade install-qt-action --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f818b6a99..f64c55c87 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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