File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1515 working-directory : src
1616
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919 - name : Setup .NET
20- uses : actions/setup-dotnet@v3
20+ uses : actions/setup-dotnet@v4
2121 with :
2222 dotnet-version : 9.0.x
2323
3636 working-directory : src
3737
3838 steps :
39- - uses : actions/checkout@v3
39+ - uses : actions/checkout@v4
4040 - name : Setup .NET
41- uses : actions/setup-dotnet@v3
41+ uses : actions/setup-dotnet@v4
4242 with :
4343 dotnet-version : 9.0.x
4444
Original file line number Diff line number Diff line change 1010 working-directory : src
1111
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414 - name : Setup .NET
15- uses : actions/setup-dotnet@v3
15+ uses : actions/setup-dotnet@v4
1616 with :
1717 dotnet-version : 9.0.x
1818
3232 run : dotnet pack -v normal -c Release --no-restore
3333 working-directory : src/MvvmGen
3434 - name : Upload Artifact
35- uses : actions/upload-artifact@v3
35+ uses : actions/upload-artifact@v4
3636 with :
3737 name : nupkg
3838 path : src/MvvmGen/bin/Release/*.nupkg
4444 working-directory : src
4545
4646 steps :
47- - uses : actions/checkout@v3
47+ - uses : actions/checkout@v4
4848 - name : Setup .NET
49- uses : actions/setup-dotnet@v3
49+ uses : actions/setup-dotnet@v4
5050 with :
5151 dotnet-version : 9.0.x
5252
6666 run : dotnet pack -v normal -c MvvmGen_PureCodeGeneration --no-restore
6767 working-directory : src/MvvmGen
6868 - name : Upload Artifact
69- uses : actions/upload-artifact@v3
69+ uses : actions/upload-artifact@v4
7070 with :
7171 name : nupkg
7272 path : src/MvvmGen/bin/MvvmGen_PureCodeGeneration/*.nupkg
You can’t perform that action at this time.
0 commit comments