We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf55afc + df28497 commit 99be0e2Copy full SHA for 99be0e2
.github/workflows/cd.yml
@@ -42,7 +42,7 @@ jobs:
42
tenant-id: ${{ secrets.__tenantidsecretname__ }}
43
subscription-id: ${{ secrets.__subscriptionidsecretname__ }}
44
- name: Download artifact from build job
45
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
46
with:
47
name: functionapp
48
path: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
0 commit comments