Skip to content

Commit 99be0e2

Browse files
authored
Merge pull request #146 from 7474/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents bf55afc + df28497 commit 99be0e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
tenant-id: ${{ secrets.__tenantidsecretname__ }}
4343
subscription-id: ${{ secrets.__subscriptionidsecretname__ }}
4444
- name: Download artifact from build job
45-
uses: actions/download-artifact@v4
45+
uses: actions/download-artifact@v5
4646
with:
4747
name: functionapp
4848
path: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}

0 commit comments

Comments
 (0)