From abdef87ab128590846ec27ec4ce598051de55b34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 13:48:54 +0000 Subject: [PATCH] Bump actions/download-artifact from 6 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...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/stage-2-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stage-2-test.yaml b/.github/workflows/stage-2-test.yaml index 5e9857aa..8aa41299 100644 --- a/.github/workflows/stage-2-test.yaml +++ b/.github/workflows/stage-2-test.yaml @@ -194,7 +194,7 @@ jobs: with: python-version: ${{ inputs.python_version }} - name: "Download all test coverage artefacts" - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: path: gateway-api/test-artefacts/ merge-multiple: false @@ -224,7 +224,7 @@ jobs: with: fetch-depth: 0 # Full history is needed for better analysis - name: "Download merged coverage report" - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: ${{ needs.create-coverage-name.outputs.coverage-name }} path: coverage-reports/