We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f31eb commit 0903878Copy full SHA for 0903878
1 file changed
.github/workflows/DeployServerWebAPI.yml
@@ -41,7 +41,7 @@ jobs:
41
with:
42
creds: '${{ secrets.AZURE_CREDENTIALS }}'
43
- name: Download artifact from build job
44
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
45
46
name: webapp
47
path: ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}
0 commit comments