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