We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 661e000 commit 92f31ebCopy full SHA for 92f31eb
1 file changed
.github/workflows/DeployServerWebAPI.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Publish
27
run: dotnet publish "${{ env.WORKING_DIRECTORY }}" --configuration ${{ env.CONFIGURATION }} --no-build --output "${{ env.AZURE_WEBAPP_PACKAGE_PATH }}"
28
- name: Publish Artifacts
29
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
30
with:
31
name: webapp
32
path: ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}
0 commit comments