Skip to content

Commit ff70cde

Browse files
Bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3e099d1 commit ff70cde

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

.github/workflows/stage-2-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
with:
216216
fetch-depth: 0 # Full history is needed to improving relevancy of reporting
217217
- name: "Download coverage report for SONAR"
218-
uses: actions/download-artifact@v6
218+
uses: actions/download-artifact@v7
219219
with:
220220
name: code-coverage-report
221221
- name: "Perform static analysis"

.github/workflows/stage-5-publish.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -49,50 +49,50 @@ jobs:
4949
uses: actions/checkout@v5
5050

5151
- name: "Get the artefacts 1"
52-
uses: actions/download-artifact@v6
52+
uses: actions/download-artifact@v7
5353
with:
5454
path: ./artifacts/jekyll-docs-${{ inputs.version }}
5555
name: jekyll-docs-${{ inputs.version }}
5656

5757
- name: "Get the artefacts 2"
58-
uses: actions/download-artifact@v6
58+
uses: actions/download-artifact@v7
5959
with:
6060
path: ./artifacts/sdk-html-docs-${{ inputs.version }}
6161
name: sdk-html-docs-${{ inputs.version }}
6262

6363
- name: "Get the artefacts 3"
64-
uses: actions/download-artifact@v6
64+
uses: actions/download-artifact@v7
6565
with:
6666
path: ./artifacts/sdk-swagger-docs-${{ inputs.version }}
6767
name: sdk-swagger-docs-${{ inputs.version }}
6868

6969
- name: "Get the artefacts 4"
70-
uses: actions/download-artifact@v6
70+
uses: actions/download-artifact@v7
7171
with:
7272
path: ./artifacts/sdk-html-${{ inputs.version }}
7373
name: sdk-html-${{ inputs.version }}
7474

7575
- name: "Get the artefacts 5"
76-
uses: actions/download-artifact@v6
76+
uses: actions/download-artifact@v7
7777
with:
7878
path: ./artifacts/sdk-ts-${{ inputs.version }}
7979
name: sdk-ts-${{ inputs.version }}
8080

8181
- name: "Get the artefacts 6"
82-
uses: actions/download-artifact@v6
82+
uses: actions/download-artifact@v7
8383
with:
8484
path: ./artifacts/sdk-python-${{ inputs.version }}
8585
name: sdk-python-${{ inputs.version }}
8686

8787
- name: "Get the artefacts 7"
88-
uses: actions/download-artifact@v6
88+
uses: actions/download-artifact@v7
8989
with:
9090
path: ./artifacts/sdk-csharp-${{ inputs.version }}
9191
name: sdk-csharp-${{ inputs.version }}
9292

9393
# Take out for now - might add again in the future
9494
# - name: "Get the artefacts 9"
95-
# uses: actions/download-artifact@v6
95+
# uses: actions/download-artifact@v7
9696
# with:
9797
# path: ./artifacts/server-csharp-${{ inputs.version }}
9898
# name: server-csharp-${{ inputs.version }}
@@ -235,7 +235,7 @@ jobs:
235235
apimEnv: [internal-dev, int, ref, prod]
236236
steps:
237237
- name: "Download OAS spec artifact"
238-
uses: actions/download-artifact@v6
238+
uses: actions/download-artifact@v7
239239
with:
240240
path: ./artifacts/api-oas-specification-${{ matrix.apimEnv }}-${{ inputs.version }}
241241
name: api-oas-specification-${{ matrix.apimEnv }}-${{ inputs.version }}
@@ -266,12 +266,12 @@ jobs:
266266
# contents: read
267267
# steps:
268268
# - name: "Get the artefacts csharp docker"
269-
# uses: actions/download-artifact@v6
269+
# uses: actions/download-artifact@v7
270270
# with:
271271
# path: .
272272
# name: server-csharp-docker-${{ inputs.version }}
273273
# - name: "Get the artefacts csharp server"
274-
# uses: actions/download-artifact@v6
274+
# uses: actions/download-artifact@v7
275275
# with:
276276
# path: ./csharp-server
277277
# name: server-csharp-${{ inputs.version }}
@@ -293,7 +293,7 @@ jobs:
293293
contents: read
294294
steps:
295295
- name: "Get the artefacts"
296-
uses: actions/download-artifact@v6
296+
uses: actions/download-artifact@v7
297297
with:
298298
path: .
299299
name: sdk-csharp-${{ inputs.version }}
@@ -349,7 +349,7 @@ jobs:
349349
contents: read
350350
steps:
351351
- name: "Get the artefacts"
352-
uses: actions/download-artifact@v6
352+
uses: actions/download-artifact@v7
353353
with:
354354
path: .
355355
name: sdk-ts-${{ inputs.version }}
@@ -453,7 +453,7 @@ jobs:
453453
# contents: read
454454
# steps:
455455
# - name: "Get the artefacts"
456-
# uses: actions/download-artifact@v6
456+
# uses: actions/download-artifact@v7
457457
# with:
458458
# path: .
459459
# name: libs-letter-${{ inputs.version }}

0 commit comments

Comments
 (0)