Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/eshoponweb-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ jobs:

#Download the publish files created in previous job
- name: Download artifact from build job
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: .net-app
path: .net-app

#Download the bicep templates from previous job
- name: Download artifact from build job
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: bicep-template
path: bicep-template
Expand Down
Loading