This repository was archived by the owner on Sep 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 runs-on : windows-latest
1414
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v4
1717 - uses : microsoft/variable-substitution@v1
1818 with :
1919 files : ' ./Microsoft.PWABuilder.IOS.Web/appsettings.Production.json'
3434 run : dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp
3535
3636 - name : Upload artifact for deployment job
37- uses : actions/upload-artifact@v3
37+ uses : actions/upload-artifact@v4
3838 with :
3939 name : .net-app
4040 path : ${{env.DOTNET_ROOT}}/myapp
4848
4949 steps :
5050 - name : Download artifact from build job
51- uses : actions/download-artifact@v3
51+ uses : actions/download-artifact@v4
5252 with :
5353 name : .net-app
5454 - uses : azure/login@v1
Original file line number Diff line number Diff line change 1414 runs-on : windows-latest
1515
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818 - uses : microsoft/variable-substitution@v1
1919 with :
2020 files : ' ./Microsoft.PWABuilder.IOS.Web/appsettings.Production.json'
3535 run : dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp
3636
3737 - name : Upload artifact for deployment job
38- uses : actions/upload-artifact@v3
38+ uses : actions/upload-artifact@v4
3939 with :
4040 name : .net-app
4141 path : ${{env.DOTNET_ROOT}}/myapp
4949
5050 steps :
5151 - name : Download artifact from build job
52- uses : actions/download-artifact@v3
52+ uses : actions/download-artifact@v4
5353 with :
5454 name : .net-app
5555 - uses : azure/login@v1
You can’t perform that action at this time.
0 commit comments