From ad6301e05f9cbdd17be6b114bcc7e3996acb2375 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 23:54:38 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' 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..54184247ce 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@v7 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@v7 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@v7 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@v7 with: path: ${{ inputs.outputDir }}/artifacts diff --git a/.github/workflows/release-pipeline.yaml b/.github/workflows/release-pipeline.yaml index 1f8ab7ed82..2ae7c144cc 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@v6 + - uses: actions/download-artifact@v7 name: Download all Artifacts with: path: ./ci-artifacts/