chore(CI): bump Qt and action version

This commit is contained in:
2026-04-04 16:52:18 +08:00
parent 4c5c5e6fc6
commit 9c8ffb6c1b
4 changed files with 13 additions and 13 deletions

View File

@@ -14,7 +14,7 @@ jobs:
run: |
apt update
apt install -y git ca-certificates curl file
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Get build dept.
run: |
apt install -y cmake qt6-base-dev qt6-svg-dev qt6-tools-dev libexiv2-dev
@@ -29,7 +29,7 @@ jobs:
run: |
cd build
apt install -y ./*.deb
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v6
with:
name: deepin-25-deb-package
path: build/*.deb

View File

@@ -8,11 +8,11 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: '6.10.2'
version: '6.10.3'
modules: 'qtimageformats'
cache: true
- name: Install Conan and Dependencies
@@ -33,7 +33,7 @@ jobs:
run: |
macdeployqt ./ppic.app -dmg
ls
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v6
with:
name: "macos-bundle"
path: "*.dmg"

View File

@@ -6,7 +6,7 @@ jobs:
ubuntu-24-04-build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Get build dept.
run: |
sudo apt update
@@ -22,7 +22,7 @@ jobs:
run: |
cd build
sudo apt install ./*.deb
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v6
with:
name: ubuntu-24.04-deb-package
path: build/*.deb

View File

@@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
include:
- qt_ver: '6.10.2'
- qt_ver: '6.10.3'
vs: '2022'
aqt_arch: 'win64_msvc2022_64'
msvc_arch: 'x64'
@@ -16,7 +16,7 @@ jobs:
runs-on: windows-2022
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
@@ -35,7 +35,7 @@ jobs:
nmake
nmake clean
windeployqt --verbose=2 --no-quick-import --no-translations --no-opengl-sw --no-system-d3d-compiler --no-system-dxc-compiler --skip-plugin-types tls,networkinformation release\ppic.exe
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v6
with:
name: "windows-msvc${{ matrix.vs }}-qt${{ matrix.qt_ver }}-qmake-package"
path: release/*
@@ -45,7 +45,7 @@ jobs:
strategy:
matrix:
include:
- qt_ver: '6.10.2'
- qt_ver: '6.10.3'
vs: '2022'
aqt_arch: 'win64_msvc2022_64'
msvc_arch: 'x64'
@@ -53,7 +53,7 @@ jobs:
runs-on: windows-2022
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
@@ -135,7 +135,7 @@ jobs:
if ErrorLevel 8 (exit /B 1)
copy LICENSE build\bin
exit /B 0
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v6
with:
name: "windows-msvc${{ matrix.vs }}-qt${{ matrix.qt_ver }}-cmake-package"
path: build/bin/*