From 38b16902a4419ca70c6f7a75275d99c2ae1135d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 19:53:24 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/analysis.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/hub.yml | 2 +- .github/workflows/release.yml | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index 909768a..86698f0 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -27,7 +27,7 @@ jobs: variant: [fpm-alpine, fpm, apache] steps: - name: Retrieve image artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 if: inputs.artifact with: name: ${{ matrix.variant }}-image diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb5b90c..d8ab4d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: variant: [fpm-alpine, fpm, apache] steps: - name: Retrieve context files - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: context-files @@ -96,7 +96,7 @@ jobs: repository: docker-library/official-images - name: Retrieve image artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{ matrix.variant }}-image diff --git a/.github/workflows/hub.yml b/.github/workflows/hub.yml index a444bc0..7dbcdd8 100644 --- a/.github/workflows/hub.yml +++ b/.github/workflows/hub.yml @@ -41,7 +41,7 @@ jobs: with: repository: docker-library/official-images - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: stackbrew path: library diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6a8ee64..f1049ad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: contents: write steps: - name: Retrieve context files - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: context-files @@ -81,7 +81,7 @@ jobs: platform: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6,linux/386,linux/ppc64le,linux/s390x steps: - name: Retrieve context files - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: context-files @@ -104,7 +104,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Retrieve image artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 if: inputs.artifact # if: ${{ inputs.artifact && matrix.platform == 'linux/amd64' }} with: @@ -212,7 +212,7 @@ jobs: # - fpm-alpine # steps: # - name: Download digests - # uses: actions/download-artifact@v3 + # uses: actions/download-artifact@v4 # with: # name: digests # path: /tmp/digests