From 5f0e79900b5961932a2415318f356117c3520333 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 11:17:50 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...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/mod-release-pipeline.yml | 8 ++++---- .github/workflows/release-pipeline.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/mod-release-pipeline.yml b/.github/workflows/mod-release-pipeline.yml index 2dc10d4c7f..0210db3042 100644 --- a/.github/workflows/mod-release-pipeline.yml +++ b/.github/workflows/mod-release-pipeline.yml @@ -140,7 +140,7 @@ jobs: - name: Prepare Artifact Folder run: mkdir -p ./ci-artifacts - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v6 name: Download all Artifacts with: path: ./ci-artifacts/ @@ -197,7 +197,7 @@ jobs: - name: Prepare Artifact Folder run: mkdir -p ./ci-artifacts - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v6 name: Download all Artifacts with: path: ./ci-artifacts/ @@ -256,7 +256,7 @@ jobs: - name: Prepare Artifact Folder run: mkdir -p ./ci-artifacts - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v6 name: Download all Artifacts with: path: ./ci-artifacts/ @@ -387,7 +387,7 @@ jobs: run: mkdir -p ${{ inputs.outputDir }}/dist - name: Download all Artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: path: ${{ inputs.outputDir }}/artifacts diff --git a/.github/workflows/release-pipeline.yaml b/.github/workflows/release-pipeline.yaml index 0ed5663907..56200e2059 100644 --- a/.github/workflows/release-pipeline.yaml +++ b/.github/workflows/release-pipeline.yaml @@ -109,7 +109,7 @@ jobs: - name: Prepare Artifact Folder run: mkdir -p ./ci-artifacts/final - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v6 name: Download all Artifacts with: path: ./ci-artifacts/