Skip to content

Commit b4ccb2f

Browse files
authored
Update GHA versions
1 parent 8b2cc14 commit b4ccb2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cppcmake.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: "macOS-latest"
4949
os: "macOS-latest"
5050
steps:
51-
- uses: actions/checkout@v3
51+
- uses: actions/checkout@v4
5252

5353
- name: Install liblsl (Ubuntu)
5454
if: startsWith(matrix.config.os, 'ubuntu-')
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: Install Qt (Window)
7171
if: (matrix.config.os == 'windows-latest')
72-
uses: jurplel/install-qt-action@v3.0.0
72+
uses: jurplel/install-qt-action@v4
7373
with:
7474
version: ${{ matrix.config.qt_ver }}
7575
arch: ${{ matrix.config.qt_arch }}
@@ -110,7 +110,7 @@ jobs:
110110
cmake -E remove_directory package/_CPack_Packages
111111
112112
- name: Upload Artifacts
113-
uses: actions/upload-artifact@v3
113+
uses: actions/upload-artifact@v4
114114
with:
115115
name: pkg-${{ matrix.config.name }}
116116
path: package

0 commit comments

Comments
 (0)