Skip to content

Commit a4adeed

Browse files
ci(deps): Bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...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 f002337 commit a4adeed

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deploy-bff-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
uses: actions/checkout@v6
163163

164164
- name: Download build artifact
165-
uses: actions/download-artifact@v7
165+
uses: actions/download-artifact@v8
166166
with:
167167
name: bff-api-build
168168
path: ./publish

.github/workflows/deploy-slot-swap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163

164164
steps:
165165
- name: Download build artifact
166-
uses: actions/download-artifact@v7
166+
uses: actions/download-artifact@v8
167167
with:
168168
name: api-publish
169169
path: ./publish

.github/workflows/nightly-quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
${{ runner.os }}-nuget-
155155
156156
- name: Download coverage artifacts
157-
uses: actions/download-artifact@v7
157+
uses: actions/download-artifact@v8
158158
with:
159159
name: coverage-reports
160160
path: ./coverage
@@ -342,7 +342,7 @@ jobs:
342342

343343
steps:
344344
- name: Download all artifacts
345-
uses: actions/download-artifact@v7
345+
uses: actions/download-artifact@v8
346346
with:
347347
path: ./artifacts
348348
continue-on-error: true

.github/workflows/sdap-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ jobs:
262262

263263
steps:
264264
- name: Download test results
265-
uses: actions/download-artifact@v7
265+
uses: actions/download-artifact@v8
266266
continue-on-error: true
267267
with:
268268
name: adr-test-results

0 commit comments

Comments
 (0)