Skip to content

Commit 0903878

Browse files
authored
Update download-artifact
1 parent 92f31eb commit 0903878

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
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
creds: '${{ secrets.AZURE_CREDENTIALS }}'
4343
- name: Download artifact from build job
44-
uses: actions/download-artifact@v3
44+
uses: actions/download-artifact@v4
4545
with:
4646
name: webapp
4747
path: ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}

0 commit comments

Comments
 (0)