diff --git a/.github/workflows/stage-2-test.yaml b/.github/workflows/stage-2-test.yaml index 3b03118a..44990379 100644 --- a/.github/workflows/stage-2-test.yaml +++ b/.github/workflows/stage-2-test.yaml @@ -215,7 +215,7 @@ jobs: with: fetch-depth: 0 # Full history is needed to improving relevancy of reporting - name: "Download coverage report for SONAR" - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: code-coverage-report - name: "Perform static analysis" diff --git a/.github/workflows/stage-5-publish.yaml b/.github/workflows/stage-5-publish.yaml index 2d418c4b..b2a82532 100644 --- a/.github/workflows/stage-5-publish.yaml +++ b/.github/workflows/stage-5-publish.yaml @@ -49,50 +49,50 @@ jobs: uses: actions/checkout@v5 - name: "Get the artefacts 1" - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: ./artifacts/jekyll-docs-${{ inputs.version }} name: jekyll-docs-${{ inputs.version }} - name: "Get the artefacts 2" - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: ./artifacts/sdk-html-docs-${{ inputs.version }} name: sdk-html-docs-${{ inputs.version }} - name: "Get the artefacts 3" - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: ./artifacts/sdk-swagger-docs-${{ inputs.version }} name: sdk-swagger-docs-${{ inputs.version }} - name: "Get the artefacts 4" - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: ./artifacts/sdk-html-${{ inputs.version }} name: sdk-html-${{ inputs.version }} - name: "Get the artefacts 5" - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: ./artifacts/sdk-ts-${{ inputs.version }} name: sdk-ts-${{ inputs.version }} - name: "Get the artefacts 6" - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: ./artifacts/sdk-python-${{ inputs.version }} name: sdk-python-${{ inputs.version }} - name: "Get the artefacts 7" - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: ./artifacts/sdk-csharp-${{ inputs.version }} name: sdk-csharp-${{ inputs.version }} # Take out for now - might add again in the future # - name: "Get the artefacts 9" - # uses: actions/download-artifact@v6 + # uses: actions/download-artifact@v7 # with: # path: ./artifacts/server-csharp-${{ inputs.version }} # name: server-csharp-${{ inputs.version }} @@ -235,7 +235,7 @@ jobs: apimEnv: [internal-dev, int, ref, prod] steps: - name: "Download OAS spec artifact" - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: ./artifacts/api-oas-specification-${{ matrix.apimEnv }}-${{ inputs.version }} name: api-oas-specification-${{ matrix.apimEnv }}-${{ inputs.version }} @@ -266,12 +266,12 @@ jobs: # contents: read # steps: # - name: "Get the artefacts csharp docker" - # uses: actions/download-artifact@v6 + # uses: actions/download-artifact@v7 # with: # path: . # name: server-csharp-docker-${{ inputs.version }} # - name: "Get the artefacts csharp server" - # uses: actions/download-artifact@v6 + # uses: actions/download-artifact@v7 # with: # path: ./csharp-server # name: server-csharp-${{ inputs.version }} @@ -293,7 +293,7 @@ jobs: contents: read steps: - name: "Get the artefacts" - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: . name: sdk-csharp-${{ inputs.version }} @@ -349,7 +349,7 @@ jobs: contents: read steps: - name: "Get the artefacts" - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: . name: sdk-ts-${{ inputs.version }} @@ -453,7 +453,7 @@ jobs: # contents: read # steps: # - name: "Get the artefacts" - # uses: actions/download-artifact@v6 + # uses: actions/download-artifact@v7 # with: # path: . # name: libs-letter-${{ inputs.version }}