From fe15d5a808dac7bd9c7ce70a18d9741b5ed53989 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 10:01:56 +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/cicd-2-publish.yaml | 2 +- .github/workflows/cicd-3-deploy.yaml | 2 +- .github/workflows/manual-terraform-apply.yaml | 2 +- .github/workflows/stage-2-test.yaml | 2 +- .github/workflows/stage-4-acceptance.yaml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cicd-2-publish.yaml b/.github/workflows/cicd-2-publish.yaml index ca03e38db..0c0977b14 100644 --- a/.github/workflows/cicd-2-publish.yaml +++ b/.github/workflows/cicd-2-publish.yaml @@ -82,7 +82,7 @@ jobs: path: dist/lambda.zip - name: "Download Built Lambdas" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: lambda path: ./build diff --git a/.github/workflows/cicd-3-deploy.yaml b/.github/workflows/cicd-3-deploy.yaml index 567935825..82ccc1052 100644 --- a/.github/workflows/cicd-3-deploy.yaml +++ b/.github/workflows/cicd-3-deploy.yaml @@ -111,7 +111,7 @@ jobs: path: dist/lambda.zip - name: "Download Built Lambdas" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: lambda path: ./build diff --git a/.github/workflows/manual-terraform-apply.yaml b/.github/workflows/manual-terraform-apply.yaml index e820f79d4..dd34483fa 100644 --- a/.github/workflows/manual-terraform-apply.yaml +++ b/.github/workflows/manual-terraform-apply.yaml @@ -45,7 +45,7 @@ jobs: path: dist/lambda.zip - name: "Download Built Lambdas" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: lambda path: ./build diff --git a/.github/workflows/stage-2-test.yaml b/.github/workflows/stage-2-test.yaml index 996afc203..dd3385e73 100644 --- a/.github/workflows/stage-2-test.yaml +++ b/.github/workflows/stage-2-test.yaml @@ -83,7 +83,7 @@ jobs: with: fetch-depth: 0 # Full history is needed to improving relevancy of reporting - name: "Get the coverage report" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: coverage.xml - name: "Perform static analysis" diff --git a/.github/workflows/stage-4-acceptance.yaml b/.github/workflows/stage-4-acceptance.yaml index 3cb344dda..18c84bc45 100644 --- a/.github/workflows/stage-4-acceptance.yaml +++ b/.github/workflows/stage-4-acceptance.yaml @@ -120,7 +120,7 @@ jobs: with: python-version: '3.13' - name: "Get lambda artefact" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: lambda path: dist @@ -138,7 +138,7 @@ jobs: path: integration-test-results.xml - name: Gather Integration Test Summaries if: always() - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: summary pattern: ci-summary-*