From ea47c0b73ddb4533e00aef9701397ff718ed57cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 14:44:25 +0200 Subject: [PATCH] chore(deps): bump dawidd6/action-download-artifact from 3 to 5 (#267) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Johannes --- .github/workflows/create-installer.yml | 4 ++-- .github/workflows/test-macos.yml | 2 +- .github/workflows/test-windows.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/create-installer.yml b/.github/workflows/create-installer.yml index 70e1c44cd1d..4af78a4ba53 100644 --- a/.github/workflows/create-installer.yml +++ b/.github/workflows/create-installer.yml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 # allows for tags access - name: Download artifact - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v5 with: workflow: build.yml name: chatterino-windows-x86-64-Qt-${{ matrix.qt-version }}.zip @@ -122,7 +122,7 @@ jobs: path: build/ - name: Download artifact - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v5 with: workflow: build.yml name_is_regexp: true diff --git a/.github/workflows/test-macos.yml b/.github/workflows/test-macos.yml index b22766e0961..ea9a288fd6d 100644 --- a/.github/workflows/test-macos.yml +++ b/.github/workflows/test-macos.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [macos-13] - qt-version: [5.15.2, 6.5.0] + qt-version: [6.7.1] plugins: [false] fail-fast: false env: diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index ac1f1c9a079..faaffcc04af 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -24,7 +24,7 @@ jobs: strategy: matrix: os: [windows-latest] - qt-version: [5.15.2, 6.7.1] + qt-version: [6.7.1] plugins: [false] skip-artifact: [false] skip-crashpad: [false]