CI: update workflows

This commit is contained in:
Syping 2024-12-08 21:55:03 +01:00
parent 719ff89b2e
commit 73765abb0d
6 changed files with 12 additions and 12 deletions

View file

@ -8,7 +8,7 @@ jobs:
env:
BUILD_TYPE: Release
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install packages
@ -22,7 +22,7 @@ jobs:
- name: Install
run: cmake --install ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --prefix ${{github.workspace}}/install/usr/local
- name: Upload
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Ubuntu
path: |