File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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-')
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
You can’t perform that action at this time.
0 commit comments