We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e79a32 commit a55d1a7Copy full SHA for a55d1a7
.github/workflows/eshoponweb-cicd.yml
@@ -59,14 +59,14 @@ jobs:
59
60
#Download the publish files created in previous job
61
- name: Download artifact from build job
62
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
63
with:
64
name: .net-app
65
path: .net-app
66
67
#Download the bicep templates from previous job
68
69
70
71
name: bicep-template
72
path: bicep-template
0 commit comments