Skip to content

Commit 59d84b8

Browse files
committed
COMP: Use latest version checkout, install-qt-action and upload-artifact actions
1 parent bb26091 commit 59d84b8

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212

1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616

1717
- name: Prepare
1818
run: sudo apt-get update && sudo apt-get install mesa-common-dev libgl1-mesa-dev mesa-utils-extra libglapi-mesa ninja-build qt5-qmake qtbase5-dev libqt5opengl5-dev libqt5svg5-dev
1919

2020
- name: Install Qt
21-
uses: jurplel/install-qt-action@v2
21+
uses: jurplel/install-qt-action@v3
2222
with:
2323
version: 5.14.2
2424
target: desktop

.github/workflows/mac.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99

1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v3
1313

1414
- name: Install Qt
15-
uses: jurplel/install-qt-action@v2
15+
uses: jurplel/install-qt-action@v3
1616
with:
1717
version: 5.14.2
1818
target: desktop
@@ -34,7 +34,7 @@ jobs:
3434
./repair_package.sh
3535
3636
- name: Upload installer
37-
uses: actions/upload-artifact@v2
37+
uses: actions/upload-artifact@v3
3838
with:
3939
name: Seg3DMacInstaller
4040
path: bin/Seg3D/Seg3D2-2.*-Darwin.pkg

.github/workflows/windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
steps:
1414

1515
- name: Checkout
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v3
1717

1818
- name: Install Qt
19-
uses: jurplel/install-qt-action@v2
19+
uses: jurplel/install-qt-action@v3
2020
with:
2121
version: ${{ matrix.qtversion }}
2222
target: desktop
@@ -40,7 +40,7 @@ jobs:
4040
run: cmake --build . --config Release --target package
4141

4242
- name: Upload installer
43-
uses: actions/upload-artifact@v2
43+
uses: actions/upload-artifact@v3
4444
with:
4545
name: Seg3DWindowsInstaller_${{ matrix.qtversion }}
4646
path: bin/Seg3D/Seg3D2-2.*-win64.exe

0 commit comments

Comments
 (0)