From 582292b4c6aa7554dddc0e8ac63dc1db3e7bdbe6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 16:17:06 +0000 Subject: [PATCH] build(deps): 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/ci-develop.yml | 2 +- .github/workflows/ci-master.yml | 2 +- .github/workflows/ci-tag.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-develop.yml b/.github/workflows/ci-develop.yml index 4efb878..790dda6 100644 --- a/.github/workflows/ci-develop.yml +++ b/.github/workflows/ci-develop.yml @@ -69,7 +69,7 @@ jobs: Dockerfile - name: Download internal artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: ${{ env.ARTIFACT_NAME }} diff --git a/.github/workflows/ci-master.yml b/.github/workflows/ci-master.yml index e9ee5e6..8b77603 100644 --- a/.github/workflows/ci-master.yml +++ b/.github/workflows/ci-master.yml @@ -72,7 +72,7 @@ jobs: Dockerfile - name: Download internal artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: ${{ env.ARTIFACT_NAME }} diff --git a/.github/workflows/ci-tag.yml b/.github/workflows/ci-tag.yml index 7e64d5c..c1f1dc5 100644 --- a/.github/workflows/ci-tag.yml +++ b/.github/workflows/ci-tag.yml @@ -67,7 +67,7 @@ jobs: Dockerfile - name: Download internal artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: ${{ env.ARTIFACT_NAME }} @@ -121,7 +121,7 @@ jobs: steps: - name: Download internal artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: ${{ env.ARTIFACT_NAME }}