File tree Expand file tree Collapse file tree 6 files changed +10
-62
lines changed Expand file tree Collapse file tree 6 files changed +10
-62
lines changed Original file line number Diff line number Diff line change 28
28
29
29
- run : npm install
30
30
- run : npm run build
31
- - uses : actions/upload-artifact@v2
31
+ - uses : actions/upload-artifact@v4
32
32
with :
33
33
name : agileconfig-ui
34
34
path : AgileConfig.Server.UI/react-ui-antd/dist/
46
46
run : dotnet restore
47
47
- name : Build
48
48
run : dotnet build --configuration Release --no-restore
49
- - uses : actions/download-artifact@v2
49
+ - uses : actions/download-artifact@v4
50
50
with :
51
51
name : agileconfig-ui
52
52
path : AgileConfig.Server.Apisite/wwwroot/ui
Original file line number Diff line number Diff line change 28
28
29
29
- run : npm install
30
30
- run : npm run build
31
- - uses : actions/upload-artifact@v2
31
+ - uses : actions/upload-artifact@v4
32
32
with :
33
33
name : agileconfig-ui
34
34
path : AgileConfig.Server.UI/react-ui-antd/dist/
46
46
run : dotnet restore
47
47
- name : Build
48
48
run : dotnet build --configuration Release --no-restore
49
- - uses : actions/download-artifact@v2
49
+ - uses : actions/download-artifact@v4
50
50
with :
51
51
name : agileconfig-ui
52
52
path : AgileConfig.Server.Apisite/wwwroot/ui
Original file line number Diff line number Diff line change 28
28
29
29
- run : npm install
30
30
- run : npm run build
31
- - uses : actions/upload-artifact@v2
31
+ - uses : actions/upload-artifact@v4
32
32
with :
33
33
name : agileconfig-ui
34
34
path : AgileConfig.Server.UI/react-ui-antd/dist/
46
46
run : dotnet restore
47
47
- name : Build
48
48
run : dotnet build --configuration Release --no-restore
49
- - uses : actions/download-artifact@v2
49
+ - uses : actions/download-artifact@v4
50
50
with :
51
51
name : agileconfig-ui
52
52
path : AgileConfig.Server.Apisite/wwwroot/ui
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 27
27
28
28
- run : npm install
29
29
- run : npm run build
30
- - uses : actions/upload-artifact@v2
30
+ - uses : actions/upload-artifact@v4
31
31
with :
32
32
name : agileconfig-ui
33
33
path : src/AgileConfig.Server.UI/react-ui-antd/dist/
45
45
run : dotnet restore
46
46
- name : Build
47
47
run : dotnet build --configuration Release --no-restore
48
- - uses : actions/download-artifact@v2
48
+ - uses : actions/download-artifact@v4
49
49
with :
50
50
name : agileconfig-ui
51
51
path : src/AgileConfig.Server.Apisite/wwwroot/ui
Original file line number Diff line number Diff line change 27
27
28
28
- run : npm install
29
29
- run : npm run build
30
- - uses : actions/upload-artifact@v2
30
+ - uses : actions/upload-artifact@v4
31
31
with :
32
32
name : agileconfig-ui
33
33
path : src/AgileConfig.Server.UI/react-ui-antd/dist/
45
45
run : dotnet restore
46
46
- name : Build
47
47
run : dotnet build --configuration Release --no-restore
48
- - uses : actions/download-artifact@v2
48
+ - uses : actions/download-artifact@v4
49
49
with :
50
50
name : agileconfig-ui
51
51
path : src/AgileConfig.Server.Apisite/wwwroot/ui
You can’t perform that action at this time.
0 commit comments