Skip to content

Commit

Permalink
Update GHA versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cboulay authored Jan 31, 2025
1 parent 8b2cc14 commit b4ccb2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cppcmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: "macOS-latest"
os: "macOS-latest"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

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

- name: Install Qt (Window)
if: (matrix.config.os == 'windows-latest')
uses: jurplel/install-qt-action@v3.0.0
uses: jurplel/install-qt-action@v4
with:
version: ${{ matrix.config.qt_ver }}
arch: ${{ matrix.config.qt_arch }}
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
cmake -E remove_directory package/_CPack_Packages
- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pkg-${{ matrix.config.name }}
path: package
Expand Down

0 comments on commit b4ccb2f

Please sign in to comment.