Skip to content

Commit c1ee25c

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 ab52b68 commit c1ee25c

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
@@ -46,56 +46,56 @@ jobs:
4646
uses: actions/checkout@v5
4747

4848
- name: "Get the artefacts 1"
49-
uses: actions/download-artifact@v6
49+
uses: actions/download-artifact@v7
5050
with:
5151
path: ./artifacts/jekyll-docs-${{ inputs.version }}
5252
name: jekyll-docs-${{ inputs.version }}
5353

5454
- name: "Get the artefacts 2"
55-
uses: actions/download-artifact@v6
55+
uses: actions/download-artifact@v7
5656
with:
5757
path: ./artifacts/sdk-html-docs-${{ inputs.version }}
5858
name: sdk-html-docs-${{ inputs.version }}
5959

6060
- name: "Get the artefacts 3"
61-
uses: actions/download-artifact@v6
61+
uses: actions/download-artifact@v7
6262
with:
6363
path: ./artifacts/sdk-swagger-docs-${{ inputs.version }}
6464
name: sdk-swagger-docs-${{ inputs.version }}
6565

6666
- name: "Get the artefacts 4"
67-
uses: actions/download-artifact@v6
67+
uses: actions/download-artifact@v7
6868
with:
6969
path: ./artifacts/sdk-html-${{ inputs.version }}
7070
name: sdk-html-${{ inputs.version }}
7171

7272
- name: "Get the artefacts 5"
73-
uses: actions/download-artifact@v6
73+
uses: actions/download-artifact@v7
7474
with:
7575
path: ./artifacts/sdk-ts-${{ inputs.version }}
7676
name: sdk-ts-${{ inputs.version }}
7777

7878
- name: "Get the artefacts 6"
79-
uses: actions/download-artifact@v6
79+
uses: actions/download-artifact@v7
8080
with:
8181
path: ./artifacts/sdk-python-${{ inputs.version }}
8282
name: sdk-python-${{ inputs.version }}
8383

8484
- name: "Get the artefacts 7"
85-
uses: actions/download-artifact@v6
85+
uses: actions/download-artifact@v7
8686
with:
8787
path: ./artifacts/sdk-csharp-${{ inputs.version }}
8888
name: sdk-csharp-${{ inputs.version }}
8989

9090
- name: "Get the artefacts 8"
91-
uses: actions/download-artifact@v6
91+
uses: actions/download-artifact@v7
9292
with:
9393
path: ./artifacts/api-oas-specification-${{ inputs.version }}
9494
name: api-oas-specification-${{ inputs.version }}
9595

9696
# Take out for now - might add again in the future
9797
# - name: "Get the artefacts 9"
98-
# uses: actions/download-artifact@v6
98+
# uses: actions/download-artifact@v7
9999
# with:
100100
# path: ./artifacts/server-csharp-${{ inputs.version }}
101101
# name: server-csharp-${{ inputs.version }}
@@ -252,12 +252,12 @@ jobs:
252252
# contents: read
253253
# steps:
254254
# - name: "Get the artefacts csharp docker"
255-
# uses: actions/download-artifact@v6
255+
# uses: actions/download-artifact@v7
256256
# with:
257257
# path: .
258258
# name: server-csharp-docker-${{ inputs.version }}
259259
# - name: "Get the artefacts csharp server"
260-
# uses: actions/download-artifact@v6
260+
# uses: actions/download-artifact@v7
261261
# with:
262262
# path: ./csharp-server
263263
# name: server-csharp-${{ inputs.version }}
@@ -279,7 +279,7 @@ jobs:
279279
contents: read
280280
steps:
281281
- name: "Get the artefacts"
282-
uses: actions/download-artifact@v6
282+
uses: actions/download-artifact@v7
283283
with:
284284
path: .
285285
name: sdk-csharp-${{ inputs.version }}
@@ -335,7 +335,7 @@ jobs:
335335
contents: read
336336
steps:
337337
- name: "Get the artefacts"
338-
uses: actions/download-artifact@v6
338+
uses: actions/download-artifact@v7
339339
with:
340340
path: .
341341
name: sdk-ts-${{ inputs.version }}
@@ -439,7 +439,7 @@ jobs:
439439
# contents: read
440440
# steps:
441441
# - name: "Get the artefacts"
442-
# uses: actions/download-artifact@v6
442+
# uses: actions/download-artifact@v7
443443
# with:
444444
# path: .
445445
# name: libs-letter-${{ inputs.version }}

0 commit comments

Comments
 (0)