File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 runs-on : windows-latest
77
88 steps :
9- - uses : actions/checkout@v6
9+ - uses : actions/checkout@v4
1010 with :
1111 submodules : recursive
1212
2424 run : dotnet publish -p:PublishSingleFile=true -p:CommitHash=${{ github.sha }} -p:CommitRef=${{ github.ref_type }}/${{ github.ref_name }} -r win-x64 -c Debug --self-contained false .\Bloxstrap\Bloxstrap.csproj
2525
2626 - name : Upload Artifact
27- uses : actions/upload-artifact@v7
27+ uses : actions/upload-artifact@v4
2828 with :
2929 name : BoneFish-Debug
3030 path : .\Bloxstrap\bin\Debug\net6.0-windows\win-x64\publish\BoneFish.exe
Original file line number Diff line number Diff line change 66 runs-on : windows-latest
77
88 steps :
9- - uses : actions/checkout@v6
9+ - uses : actions/checkout@v4
1010 with :
1111 submodules : ' true'
1212
9191
9292 steps :
9393 - name : Checkout repository
94- uses : actions/checkout@v6
94+ uses : actions/checkout@v4
9595 with :
9696 submodules : recursive
9797
You can’t perform that action at this time.
0 commit comments