From 1679bca5b1e604162e26df5142db61f5dbb13061 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:24:02 +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/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..0c0ac8713c 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@v5 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@v5 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@v5 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@v5 with: path: ${{ inputs.outputDir }}/artifacts diff --git a/.github/workflows/release-pipeline.yaml b/.github/workflows/release-pipeline.yaml index 0ed5663907..e64b5ed30f 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@v5 name: Download all Artifacts with: path: ./ci-artifacts/