File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
28
28
steps :
29
29
- name : Checkout code
30
- uses : actions/checkout@v2
30
+ uses : actions/checkout@v3
31
31
32
32
- name : Setup NuGet
33
33
uses : nuget/setup-nuget@v1
@@ -69,20 +69,20 @@ jobs:
69
69
NUGET_XMLDOC_MODE : skip
70
70
71
71
- name : Publish logs
72
- uses : actions/upload-artifact@v1
72
+ uses : actions/upload-artifact@v3
73
73
if : ${{ always() }}
74
74
with :
75
75
name : logs-${{ matrix.os_name }}
76
76
path : ./artifacts/log/Release
77
77
78
78
- name : Publish NuGet packages
79
- uses : actions/upload-artifact@v1
79
+ uses : actions/upload-artifact@v3
80
80
with :
81
81
name : packages-${{ matrix.os_name }}
82
82
path : ./artifacts/packages/Release/Shipping
83
83
84
84
- name : Publish test results
85
- uses : actions/upload-artifact@v1
85
+ uses : actions/upload-artifact@v3
86
86
if : ${{ always() }}
87
87
with :
88
88
name : testresults-${{ matrix.os_name }}
You can’t perform that action at this time.
0 commit comments