From 1a4c745cebf12846c3c2db8df4c68b423f6b54a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 12:44:24 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/stage-2-test.yaml | 2 +- .github/workflows/stage-5-publish.yaml | 36 +++++++++++++------------- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/stage-2-test.yaml b/.github/workflows/stage-2-test.yaml index 86b45c5e..7cb424ae 100644 --- a/.github/workflows/stage-2-test.yaml +++ b/.github/workflows/stage-2-test.yaml @@ -143,7 +143,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@v4 + uses: actions/download-artifact@v5 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 48855352..a3c3f8ef 100644 --- a/.github/workflows/stage-5-publish.yaml +++ b/.github/workflows/stage-5-publish.yaml @@ -46,55 +46,55 @@ jobs: uses: actions/checkout@v4 - name: "Get the artefacts 1" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: ./artifacts/jekyll-docs-${{ inputs.version }} name: jekyll-docs-${{ inputs.version }} - name: "Get the artefacts 2" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: ./artifacts/sdk-html-docs-${{ inputs.version }} name: sdk-html-docs-${{ inputs.version }} - name: "Get the artefacts 3" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: ./artifacts/sdk-swagger-docs-${{ inputs.version }} name: sdk-swagger-docs-${{ inputs.version }} - name: "Get the artefacts 4" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: ./artifacts/sdk-html-${{ inputs.version }} name: sdk-html-${{ inputs.version }} - name: "Get the artefacts 5" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: ./artifacts/sdk-ts-${{ inputs.version }} name: sdk-ts-${{ inputs.version }} - name: "Get the artefacts 6" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: ./artifacts/sdk-python-${{ inputs.version }} name: sdk-python-${{ inputs.version }} - name: "Get the artefacts 7" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: ./artifacts/sdk-csharp-${{ inputs.version }} name: sdk-csharp-${{ inputs.version }} - name: "Get the artefacts 8" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: ./artifacts/api-oas-specification-${{ inputs.version }} name: api-oas-specification-${{ inputs.version }} - name: "Get the artefacts 9" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: ./artifacts/server-csharp-${{ inputs.version }} name: server-csharp-${{ inputs.version }} @@ -255,12 +255,12 @@ jobs: contents: read steps: - name: "Get the artefacts csharp docker" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: . name: server-csharp-docker-${{ inputs.version }} - name: "Get the artefacts csharp server" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: ./csharp-server name: server-csharp-${{ inputs.version }} @@ -283,7 +283,7 @@ jobs: contents: read steps: - name: "Get the artefacts" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: . name: sdk-csharp-${{ inputs.version }} @@ -339,7 +339,7 @@ jobs: contents: read steps: - name: "Get the artefacts" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: . name: sdk-ts-${{ inputs.version }} @@ -408,7 +408,7 @@ jobs: contents: read steps: - name: "Get the artefacts" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: . name: libs-abstractions-${{ inputs.version }} @@ -466,7 +466,7 @@ jobs: contents: read steps: - name: "Get the artefacts" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: . name: libs-letter-${{ inputs.version }} @@ -523,7 +523,7 @@ jobs: contents: read steps: - name: "Get the artefacts" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: . name: libs-data-${{ inputs.version }} @@ -581,7 +581,7 @@ jobs: contents: read steps: - name: "Get the artefacts" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: . name: libs-host-${{ inputs.version }} @@ -639,7 +639,7 @@ jobs: contents: read steps: - name: "Get the artefacts" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: . name: libs-host-docker-${{ inputs.version }}