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:
100100 run : dotnet run/build.dll --target=Package
101101 -
102102 name : ' Upload nuget packages'
103- uses : actions/upload-artifact@v2.3.1
103+ uses : actions/upload-artifact@v3
104104 if : matrix.os == 'windows-latest'
105105 with :
106106 name : nuget
107107 path : ${{ github.workspace }}/artifacts/packages/nuget
108108 -
109109 name : ' Upload native packages'
110- uses : actions/upload-artifact@v2.3.1
110+ uses : actions/upload-artifact@v3
111111 if : matrix.os == 'windows-latest'
112112 with :
113113 name : native-${{ runner.os }}
114114 path : ${{ github.workspace }}/artifacts/packages/native/*.zip
115115 -
116116 name : ' Upload native packages'
117- uses : actions/upload-artifact@v2.3.1
117+ uses : actions/upload-artifact@v3
118118 if : matrix.os != 'windows-latest'
119119 with :
120120 name : native-${{ runner.os }}
You can’t perform that action at this time.
0 commit comments