We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b2cc14 commit b4ccb2fCopy full SHA for b4ccb2f
1 file changed
.github/workflows/cppcmake.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: "macOS-latest"
49
os: "macOS-latest"
50
steps:
51
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
52
53
- name: Install liblsl (Ubuntu)
54
if: startsWith(matrix.config.os, 'ubuntu-')
@@ -69,7 +69,7 @@ jobs:
69
70
- name: Install Qt (Window)
71
if: (matrix.config.os == 'windows-latest')
72
- uses: jurplel/install-qt-action@v3.0.0
+ uses: jurplel/install-qt-action@v4
73
with:
74
version: ${{ matrix.config.qt_ver }}
75
arch: ${{ matrix.config.qt_arch }}
@@ -110,7 +110,7 @@ jobs:
110
cmake -E remove_directory package/_CPack_Packages
111
112
- name: Upload Artifacts
113
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
114
115
name: pkg-${{ matrix.config.name }}
116
path: package
0 commit comments