mirror of
https://github.com/SysRay/psOff_public.git
synced 2025-02-11 17:38:06 +00:00
Fix warnings
This commit is contained in:
parent
361fce702e
commit
1797018783
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
@ -49,7 +49,7 @@ jobs:
|
||||
|
||||
- name: Update submodules
|
||||
if: steps.cache-thirdparty.outputs.cache-hit != 'true'
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
@ -76,4 +76,5 @@ jobs:
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: psOff-libs
|
||||
path: _build/_Install/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user