mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-15 22:08:00 +08:00
fix actions
This commit is contained in:
parent
91535de9ce
commit
ad0d71fbb0
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
runs-on: windows-latest
|
||||
name: CI
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Check CMake version
|
||||
run: cmake --version
|
||||
@ -45,13 +45,13 @@ jobs:
|
||||
working-directory: build/
|
||||
|
||||
- name: Upload Artifact (dll)
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: binary
|
||||
path: |
|
||||
build/YimMenu-dev-*.dll
|
||||
- name: Upload Artifact (pdb)
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: pdb
|
||||
path: |
|
||||
|
10
.github/workflows/nightly.yml
vendored
10
.github/workflows/nightly.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
outputs:
|
||||
should_run: ${{ steps.should_run.outputs.should_run }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- id: should_run
|
||||
name: Check if latest commit date is within the previous 24 hours
|
||||
@ -37,7 +37,7 @@ jobs:
|
||||
full_sha: ${{ steps.var.outputs.full_sha }}
|
||||
short_sha: ${{ steps.var.outputs.short_sha }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
@ -56,7 +56,7 @@ jobs:
|
||||
run: cmake --build ./build --config RelWithDebInfo --target YimMenu --
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: binary
|
||||
path: |
|
||||
@ -75,7 +75,7 @@ jobs:
|
||||
needs: build_nightly
|
||||
if: needs.check_recent_commit.outputs.should_run == 'true'
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Delete Existing Release
|
||||
id: delete_release
|
||||
@ -119,7 +119,7 @@ jobs:
|
||||
}
|
||||
|
||||
- name: Download Artifact
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: binary
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user