From 05a59f510261b0602eccf405af14a4106ec42e09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 10:27:30 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/base-deploy.yml | 2 +- .github/workflows/cicd-3-test-deploy.yaml | 2 +- .github/workflows/monthly-capacity-report.yml | 2 +- .github/workflows/release-candidate.yml | 4 ++-- .github/workflows/sonarcube-scan-main-branch.yaml | 2 +- .github/workflows/stage-2-test.yaml | 2 +- .github/workflows/stage-4-acceptance.yaml | 4 ++-- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/base-deploy.yml b/.github/workflows/base-deploy.yml index 6679d6694..722f2e8cc 100644 --- a/.github/workflows/base-deploy.yml +++ b/.github/workflows/base-deploy.yml @@ -182,7 +182,7 @@ jobs: terraform_version: ${{ needs.metadata.outputs.terraform_version }} - name: "Download Lambda Artifact" - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: lambda-${{ needs.metadata.outputs.tag }} path: ./dist diff --git a/.github/workflows/cicd-3-test-deploy.yaml b/.github/workflows/cicd-3-test-deploy.yaml index 22dc1437c..3c90fd3b9 100644 --- a/.github/workflows/cicd-3-test-deploy.yaml +++ b/.github/workflows/cicd-3-test-deploy.yaml @@ -73,7 +73,7 @@ jobs: aws-region: eu-west-2 - name: "Download lambda artefact from dev workflow" - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: lambda-${{ needs.metadata.outputs.tag }} path: ./dist diff --git a/.github/workflows/monthly-capacity-report.yml b/.github/workflows/monthly-capacity-report.yml index 335666ad5..e4c47f869 100644 --- a/.github/workflows/monthly-capacity-report.yml +++ b/.github/workflows/monthly-capacity-report.yml @@ -75,7 +75,7 @@ jobs: python-version: "3.11" - name: Download all dashboard exports - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: dashboard_exports pattern: dashboard-* diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index ad64bd532..b5d614526 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -216,7 +216,7 @@ jobs: terraform_version: $(grep '^terraform' .tool-versions | cut -f2 -d' ') - name: "Download lambda artifact" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: lambda-${{ needs.validate.outputs.dev_tag }} path: dist @@ -317,7 +317,7 @@ jobs: terraform_version: $(grep '^terraform' .tool-versions | cut -f2 -d' ') - name: "Download lambda artifact" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: lambda-${{ needs.validate.outputs.dev_tag }} path: dist diff --git a/.github/workflows/sonarcube-scan-main-branch.yaml b/.github/workflows/sonarcube-scan-main-branch.yaml index dddf7769d..df7647858 100644 --- a/.github/workflows/sonarcube-scan-main-branch.yaml +++ b/.github/workflows/sonarcube-scan-main-branch.yaml @@ -41,7 +41,7 @@ jobs: with: fetch-depth: 0 - name: "Get the coverage report" - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: coverage.xml - name: Run static analysis script diff --git a/.github/workflows/stage-2-test.yaml b/.github/workflows/stage-2-test.yaml index 5dd4649b4..38484bf92 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@v7 + uses: actions/download-artifact@v8 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 846517541..850a30ed2 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@v7 + uses: actions/download-artifact@v8 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@v7 + uses: actions/download-artifact@v8 with: path: summary pattern: ci-summary-*