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

@ -25,10 +25,10 @@ jobs:
PTS: v142
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v1.1
uses: microsoft/setup-msbuild@v2
- name: Build with MSBuild
run: |
@ -60,7 +60,7 @@ jobs:
DESTDIR: ${{ github.workspace }}/installdir
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.platform.name }}
path: installdir/*