From ee5cf5c781ea78990eb20c7cc4dd7c665b760a31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 13:08:40 +0000 Subject: [PATCH] build(deps): 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/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..f058978 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@v5 with: name: ${{ env.ARTIFACT_NAME }} diff --git a/.github/workflows/ci-master.yml b/.github/workflows/ci-master.yml index e9ee5e6..c230c8a 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@v5 with: name: ${{ env.ARTIFACT_NAME }} diff --git a/.github/workflows/ci-tag.yml b/.github/workflows/ci-tag.yml index 7e64d5c..9f7a245 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@v5 with: name: ${{ env.ARTIFACT_NAME }} @@ -121,7 +121,7 @@ jobs: steps: - name: Download internal artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: ${{ env.ARTIFACT_NAME }}