1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2025-10-03 11:01:30 +00:00

CI: update actions to Node20

All actions using Node16 are deprecated: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20
This commit is contained in:
The Tumultuous Unicorn Of Darkness 2024-04-28 12:48:24 +02:00
commit e965155651
No known key found for this signature in database
GPG key ID: 1E55EE2EFF18BC1A
3 changed files with 9 additions and 9 deletions

View file

@ -21,7 +21,7 @@ jobs:
OS_NAME: ${{ matrix.os.name }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Generate build system
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX="" -DLIBCPUID_TESTS:BOOL=ON
@ -43,7 +43,7 @@ jobs:
DESTDIR: ${{ github.workspace }}/installdir
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os.name }}
path: installdir/*