File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 runs-on : windows-latest
99
1010 steps :
11- - uses : actions/checkout@v1
11+ - uses : actions/checkout@v4
1212 - name : Build DataDisplay
1313 run : |
1414 cd "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\"
1515 .\MSBuild.exe $Env:GITHUB_WORKSPACE\Source\datadisplay.vcxproj /property:Configuration=Release
1616
17- - uses : actions/upload-artifact@v1
17+ - uses : actions/upload-artifact@v4
1818 with :
1919 name : DataDisplay
2020 path : Result/DataDisplay.exe
2424 cd "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\"
2525 .\MSBuild.exe $Env:GITHUB_WORKSPACE\Source\datagenerator.vcxproj /property:Configuration=Release
2626
27- - uses : actions/upload-artifact@v1
27+ - uses : actions/upload-artifact@v4
2828 with :
2929 name : DataGenerator
3030 path : Result/DataGenerator.exe
You can’t perform that action at this time.
0 commit comments