Skip to content

Commit a55d1a7

Browse files
Bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1e79a32 commit a55d1a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/eshoponweb-cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ jobs:
5959

6060
#Download the publish files created in previous job
6161
- name: Download artifact from build job
62-
uses: actions/download-artifact@v4
62+
uses: actions/download-artifact@v5
6363
with:
6464
name: .net-app
6565
path: .net-app
6666

6767
#Download the bicep templates from previous job
6868
- name: Download artifact from build job
69-
uses: actions/download-artifact@v4
69+
uses: actions/download-artifact@v5
7070
with:
7171
name: bicep-template
7272
path: bicep-template

0 commit comments

Comments
 (0)