File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 - name : Publish Test Project
3939 run : dotnet publish TTT/Test/Test.csproj --no-restore --no-build -o build_output -c Debug
4040
41- - uses : actions/upload-artifact@v5
41+ - uses : actions/upload-artifact@v7
4242 with :
4343 name : build_output
4444 path : build_output
5959 dotnet-version : ' 8.0.x'
6060
6161 - name : Download Build Output
62- uses : actions/download-artifact@v6
62+ uses : actions/download-artifact@v8
6363 with :
6464 name : build_output
6565 path : build_output
Original file line number Diff line number Diff line change 1- name : Nightly
1+ name : Nightly
22on :
33 push :
44 branches :
@@ -19,14 +19,14 @@ jobs:
1919 build :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v6
2323 with :
2424 fetch-depth : 0
2525 fetch-tags : true
2626 show-progress : true
2727
2828 - name : Setup .NET SDK
29- uses : actions/setup-dotnet@v4
29+ uses : actions/setup-dotnet@v5
3030 with :
3131 dotnet-version : 8.0.x
3232
6767 fi
6868
6969 - name : Upload Artifact
70- uses : actions/upload-artifact@v4
70+ uses : actions/upload-artifact@v7
7171 with :
7272 name : TTT
7373 path : build/TTT
You can’t perform that action at this time.
0 commit comments