From ad29ad760b7c0835180467c06b773095912b6b3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 15:13:46 +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/docker-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml index 92bf61b..bd6fcf1 100644 --- a/.github/workflows/docker-release.yml +++ b/.github/workflows/docker-release.yml @@ -142,7 +142,7 @@ jobs: file-install: false - name: Download "${{ needs.init.outputs.docker-image-name }}:${{ needs.init.outputs.github-ci-sha-short }}-${{ matrix.image-variant }}" Docker image artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: ${{ matrix.image-variant }} path: /tmp @@ -219,7 +219,7 @@ jobs: needs: [init,tests] steps: - name: Download "${{ needs.init.outputs.docker-image-name }}:${{ needs.init.outputs.github-ci-sha-short }}-${{ matrix.image-variant }}" Docker image artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: ${{ matrix.image-variant }} path: /tmp @@ -254,7 +254,7 @@ jobs: needs: [init,tests] steps: - name: Download "${{ needs.init.outputs.docker-image-name }}:${{ needs.init.outputs.github-ci-sha-short }}-${{ matrix.image-variant }}" Docker image artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: ${{ matrix.image-variant }} path: /tmp