@@ -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 }}
@@ -232,7 +232,7 @@ jobs:
232232 apimEnv : [internal-dev, int, ref, prod]
233233 steps :
234234 - name : " Download OAS spec artifact"
235- uses : actions/download-artifact@v6
235+ uses : actions/download-artifact@v7
236236 with :
237237 path : ./artifacts/api-oas-specification-${{ matrix.apimEnv }}-${{ inputs.version }}
238238 name : api-oas-specification-${{ matrix.apimEnv }}-${{ inputs.version }}
@@ -263,12 +263,12 @@ jobs:
263263 # contents: read
264264 # steps:
265265 # - name: "Get the artefacts csharp docker"
266- # uses: actions/download-artifact@v6
266+ # uses: actions/download-artifact@v7
267267 # with:
268268 # path: .
269269 # name: server-csharp-docker-${{ inputs.version }}
270270 # - name: "Get the artefacts csharp server"
271- # uses: actions/download-artifact@v6
271+ # uses: actions/download-artifact@v7
272272 # with:
273273 # path: ./csharp-server
274274 # name: server-csharp-${{ inputs.version }}
@@ -290,7 +290,7 @@ jobs:
290290 contents : read
291291 steps :
292292 - name : " Get the artefacts"
293- uses : actions/download-artifact@v6
293+ uses : actions/download-artifact@v7
294294 with :
295295 path : .
296296 name : sdk-csharp-${{ inputs.version }}
@@ -346,7 +346,7 @@ jobs:
346346 contents : read
347347 steps :
348348 - name : " Get the artefacts"
349- uses : actions/download-artifact@v6
349+ uses : actions/download-artifact@v7
350350 with :
351351 path : .
352352 name : sdk-ts-${{ inputs.version }}
@@ -450,7 +450,7 @@ jobs:
450450 # contents: read
451451 # steps:
452452 # - name: "Get the artefacts"
453- # uses: actions/download-artifact@v6
453+ # uses: actions/download-artifact@v7
454454 # with:
455455 # path: .
456456 # name: libs-letter-${{ inputs.version }}
0 commit comments