Skip to content

Commit 43af27c

Browse files
Bump actions/download-artifact from 6 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ffc8786 commit 43af27c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/eshoponweb-cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ jobs:
5757
steps:
5858
#Download the publish files created in previous job
5959
- name: Download artifact from build job
60-
uses: actions/download-artifact@v6
60+
uses: actions/download-artifact@v8
6161
with:
6262
name: .net-app
6363
path: .net-app
6464

6565
#Download the bicep templates from previous job
6666
- name: Download artifact from build job
67-
uses: actions/download-artifact@v6
67+
uses: actions/download-artifact@v8
6868
with:
6969
name: bicep-template
7070
path: bicep-template

0 commit comments

Comments
 (0)