[CI] Fix action versions
This commit is contained in:
parent
0c9ba87715
commit
97d36d6bcc
|
@ -56,7 +56,7 @@ jobs:
|
||||||
- {vsver: VS2022, runs-on: windows-latest}
|
- {vsver: VS2022, runs-on: windows-latest}
|
||||||
- {vsver: VS2019, runs-on: windows-2019}
|
- {vsver: VS2019, runs-on: windows-2019}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.1
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Setup
|
- name: Setup
|
||||||
|
@ -70,13 +70,13 @@ jobs:
|
||||||
robocopy build\bin\${{ runner.os }}\Release artifacts\xenia-vfs-dump xenia-vfs-dump.exe xenia-vfs-dump.pdb LICENSE /r:0 /w:0
|
robocopy build\bin\${{ runner.os }}\Release artifacts\xenia-vfs-dump xenia-vfs-dump.exe xenia-vfs-dump.pdb LICENSE /r:0 /w:0
|
||||||
If ($LastExitCode -le 7) { echo "LastExitCode = $LastExitCode";$LastExitCode = 0 }
|
If ($LastExitCode -le 7) { echo "LastExitCode = $LastExitCode";$LastExitCode = 0 }
|
||||||
- name: Upload xenia-vfs-dump artifacts
|
- name: Upload xenia-vfs-dump artifacts
|
||||||
uses: actions/upload-artifact@v4.3.0
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: xenia-vfs-dump_canary_${{ matrix.config.vsver }}
|
name: xenia-vfs-dump_canary_${{ matrix.config.vsver }}
|
||||||
path: artifacts\xenia-vfs-dump
|
path: artifacts\xenia-vfs-dump
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
- name: Upload xenia artifacts
|
- name: Upload xenia artifacts
|
||||||
uses: actions/upload-artifact@v4.3.0
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: xenia_canary_${{ matrix.config.vsver }}
|
name: xenia_canary_${{ matrix.config.vsver }}
|
||||||
path: artifacts\xenia_canary
|
path: artifacts\xenia_canary
|
||||||
|
|
Loading…
Reference in New Issue