File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,21 +100,21 @@ jobs:
100
100
run : dotnet run/build.dll --target=Package
101
101
-
102
102
name : ' Upload nuget packages'
103
- uses : actions/upload-artifact@v2.3.1
103
+ uses : actions/upload-artifact@v3
104
104
if : matrix.os == 'windows-latest'
105
105
with :
106
106
name : nuget
107
107
path : ${{ github.workspace }}/artifacts/packages/nuget
108
108
-
109
109
name : ' Upload native packages'
110
- uses : actions/upload-artifact@v2.3.1
110
+ uses : actions/upload-artifact@v3
111
111
if : matrix.os == 'windows-latest'
112
112
with :
113
113
name : native-${{ runner.os }}
114
114
path : ${{ github.workspace }}/artifacts/packages/native/*.zip
115
115
-
116
116
name : ' Upload native packages'
117
- uses : actions/upload-artifact@v2.3.1
117
+ uses : actions/upload-artifact@v3
118
118
if : matrix.os != 'windows-latest'
119
119
with :
120
120
name : native-${{ runner.os }}
You can’t perform that action at this time.
0 commit comments