Skip to content

Commit a877fa0

Browse files
Bump actions/download-artifact from 4 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...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 42b38d2 commit a877fa0

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
@@ -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@v8
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@v8
7070
with:
7171
name: bicep-template
7272
path: bicep-template

0 commit comments

Comments
 (0)