File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
- name : Checkout source
17
17
uses : actions/checkout@v4
18
18
19
- - name : Setup .NET Core
20
- uses : actions/setup-dotnet@v3
19
+ - name : Setup .NET
20
+ uses : actions/setup-dotnet@v4
21
21
with :
22
22
dotnet-version : 8.0.204
23
23
29
29
run : ./build.sh
30
30
31
31
- name : Upload bin folder
32
- uses : actions/upload-artifact@v3
32
+ uses : actions/upload-artifact@v4
33
33
with :
34
34
name : bin
35
35
path : IO.Eventuate.Tram/bin
38
38
run : dotnet test -c Release --no-build --verbosity normal --logger trx IO.Eventuate.Tram.UnitTests/
39
39
40
40
- name : Upload unit test results
41
- uses : actions/upload-artifact@v3
41
+ uses : actions/upload-artifact@v4
42
42
if : always()
43
43
with :
44
44
name : unit-test-results
57
57
docker stats --no-stream --all
58
58
59
59
- name : Upload integration test results
60
- uses : actions/upload-artifact@v3
60
+ uses : actions/upload-artifact@v4
61
61
if : always()
62
62
with :
63
63
name : integration-test-results
You can’t perform that action at this time.
0 commit comments