Skip to content

Commit 92f31eb

Browse files
authored
Update upload-artifact action
1 parent 661e000 commit 92f31eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/DeployServerWebAPI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Publish
2727
run: dotnet publish "${{ env.WORKING_DIRECTORY }}" --configuration ${{ env.CONFIGURATION }} --no-build --output "${{ env.AZURE_WEBAPP_PACKAGE_PATH }}"
2828
- name: Publish Artifacts
29-
uses: actions/upload-artifact@v3
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: webapp
3232
path: ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}

0 commit comments

Comments
 (0)