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

CI: update actions to Node16

All actions using Node12 are deprecated: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12
This commit is contained in:
Xorg 2022-10-23 17:26:13 +02:00
commit 9ec39e1312
No known key found for this signature in database
GPG key ID: 1E55EE2EFF18BC1A
3 changed files with 16 additions and 21 deletions

View file

@ -21,7 +21,7 @@ jobs:
OS_NAME: ${{ matrix.os.name }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- 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@v2
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.os.name }}
path: installdir/*