From 474682038cd66349c240fa18ae36c3d82df32b86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 16:46:24 +0000 Subject: [PATCH] Bump actions/download-artifact from 5 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/stage-2-test.yaml | 4 ++-- .github/workflows/stage-5-publish.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/stage-2-test.yaml b/.github/workflows/stage-2-test.yaml index 04ed703a..78ef8624 100644 --- a/.github/workflows/stage-2-test.yaml +++ b/.github/workflows/stage-2-test.yaml @@ -152,11 +152,11 @@ jobs: with: fetch-depth: 0 # Full history is needed to improving relevancy of reporting - name: "Download coverage report for SONAR" - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: code-coverage-report - name: "Download Python coverage reports" - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: python-coverage-reports path: src/ diff --git a/.github/workflows/stage-5-publish.yaml b/.github/workflows/stage-5-publish.yaml index a04a7b49..05eb68d2 100644 --- a/.github/workflows/stage-5-publish.yaml +++ b/.github/workflows/stage-5-publish.yaml @@ -46,13 +46,13 @@ jobs: uses: actions/checkout@v5 - name: "Get artifacts: jekyll docs" - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: path: ./artifacts/jekyll-docs-${{ inputs.version }} name: jekyll-docs-${{ inputs.version }} - name: "Get artifacts: schema" - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: path: ./artifacts/schemas-${{ inputs.version }} name: schemas-${{ inputs.version }}