Skip to content

Commit facbcee

Browse files
authored
Update master_core-admin-demo.yml
1 parent 1b44b07 commit facbcee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/master_core-admin-demo.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: dotnet publish src\DotNetEd.CoreAdmin.DemoAppDotNet10\DotNetEd.CoreAdmin.DemoAppDotNet10.csproj -c Release -o "${{env.DOTNET_ROOT}}\myapp" --framework net10.0
2525

2626
- name: Upload artifact for deployment job
27-
uses: actions/upload-artifact@v2
27+
uses: actions/upload-artifact@v4
2828
with:
2929
name: .net-app
3030
path: ${{env.DOTNET_ROOT}}\myapp
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Download artifact from build job
41-
uses: actions/download-artifact@v2
41+
uses: actions/download-artifact@v4
4242
with:
4343
name: .net-app
4444

@@ -50,3 +50,4 @@ jobs:
5050
slot-name: 'Production'
5151
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE }}
5252
package: .
53+

0 commit comments

Comments
 (0)