File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1515 os : [windows-latest, ubuntu-latest]
1616
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919 - name : Setup .NET SDK
20- uses : actions/setup-dotnet@v3
20+ uses : actions/setup-dotnet@v4
2121 with :
2222 dotnet-version : |
2323 8.0.x
Original file line number Diff line number Diff line change 3131 os : [ubuntu-latest]
3232
3333 steps :
34- - uses : actions/checkout@v3
34+ - uses : actions/checkout@v4
3535 - name : Setup .NET SDK 8.0.x
36- uses : actions/setup-dotnet@v3
36+ uses : actions/setup-dotnet@v4
3737 with :
3838 dotnet-version : 8.0.x
3939
6464 dotnet test --framework=net8.0 tests/Dtmgrpc.IntegrationTests/Dtmgrpc.IntegrationTests.csproj
6565 - name : Upload logs
6666 if : always()
67- uses : actions/upload-artifact@v3
67+ uses : actions/upload-artifact@v4
6868 with :
6969 name : dtm-logs
7070 path : /home/runner/work/client-csharp/client-csharp/logs
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515 - name : Setup .NET Core
16- uses : actions/setup-dotnet@v3
16+ uses : actions/setup-dotnet@v4
1717 with :
1818 dotnet-version : 8.0.x
1919 - name : Build with dotnet
4343 dotnet pack src/Dtmworkflow/Dtmworkflow.csproj -o /home/runner/work/nugetpkgs -c Release --no-build
4444 dotnet pack src/strong-name/Dtmworkflow.StrongName/Dtmworkflow.StrongName.csproj -o /home/runner/work/nugetpkgs -c Release --no-build
4545 - name : Upload artifact
46- uses : actions/upload-artifact@v3
46+ uses : actions/upload-artifact@v4
4747 with :
4848 name : nugetpkgs
4949 path : /home/runner/work/nugetpkgs
5555
5656 steps :
5757 - name : Download build artifacts
58- uses : actions/download-artifact@v3
58+ uses : actions/download-artifact@v4
5959 with :
6060 name : nugetpkgs
6161 path : nugetpkgs
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515 - name : Setup .NET Core
16- uses : actions/setup-dotnet@v3
16+ uses : actions/setup-dotnet@v4
1717 with :
1818 dotnet-version : 8.0.x
1919 - name : Build with dotnet
4444 dotnet pack src/Dtmworkflow/Dtmworkflow.csproj --version-suffix $ver -o /home/runner/work/nugetpkgs -c Release --no-build
4545 dotnet pack src/strong-name/Dtmworkflow.StrongName/Dtmworkflow.StrongName.csproj --version-suffix $ver -o /home/runner/work/nugetpkgs -c Release --no-build
4646 - name : Upload artifact
47- uses : actions/upload-artifact@v3
47+ uses : actions/upload-artifact@v4
4848 with :
4949 name : nugetpkgs
5050 path : /home/runner/work/nugetpkgs
5656
5757 steps :
5858 - name : Download build artifacts
59- uses : actions/download-artifact@v3
59+ uses : actions/download-artifact@v4
6060 with :
6161 name : nugetpkgs
6262 path : nugetpkgs
You can’t perform that action at this time.
0 commit comments