File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : windows-latest
14
14
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
- uses : microsoft/variable-substitution@v1
18
18
with :
19
19
files : ' ./Microsoft.PWABuilder.IOS.Web/appsettings.Production.json'
34
34
run : dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp
35
35
36
36
- name : Upload artifact for deployment job
37
- uses : actions/upload-artifact@v3
37
+ uses : actions/upload-artifact@v4
38
38
with :
39
39
name : .net-app
40
40
path : ${{env.DOTNET_ROOT}}/myapp
48
48
49
49
steps :
50
50
- name : Download artifact from build job
51
- uses : actions/download-artifact@v3
51
+ uses : actions/download-artifact@v4
52
52
with :
53
53
name : .net-app
54
54
- uses : azure/login@v1
Original file line number Diff line number Diff line change 14
14
runs-on : windows-latest
15
15
16
16
steps :
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v4
18
18
- uses : microsoft/variable-substitution@v1
19
19
with :
20
20
files : ' ./Microsoft.PWABuilder.IOS.Web/appsettings.Production.json'
35
35
run : dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp
36
36
37
37
- name : Upload artifact for deployment job
38
- uses : actions/upload-artifact@v3
38
+ uses : actions/upload-artifact@v4
39
39
with :
40
40
name : .net-app
41
41
path : ${{env.DOTNET_ROOT}}/myapp
49
49
50
50
steps :
51
51
- name : Download artifact from build job
52
- uses : actions/download-artifact@v3
52
+ uses : actions/download-artifact@v4
53
53
with :
54
54
name : .net-app
55
55
- uses : azure/login@v1
You can’t perform that action at this time.
0 commit comments