We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b44b07 commit facbceeCopy full SHA for facbcee
.github/workflows/master_core-admin-demo.yml
@@ -24,7 +24,7 @@ jobs:
24
run: dotnet publish src\DotNetEd.CoreAdmin.DemoAppDotNet10\DotNetEd.CoreAdmin.DemoAppDotNet10.csproj -c Release -o "${{env.DOTNET_ROOT}}\myapp" --framework net10.0
25
26
- name: Upload artifact for deployment job
27
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
28
with:
29
name: .net-app
30
path: ${{env.DOTNET_ROOT}}\myapp
@@ -38,7 +38,7 @@ jobs:
38
39
steps:
40
- name: Download artifact from build job
41
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v4
42
43
44
@@ -50,3 +50,4 @@ jobs:
50
slot-name: 'Production'
51
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE }}
52
package: .
53
+
0 commit comments