diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index 54518ea..c880248 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 bb4107d..4e62473 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 d11f273..a89eee1 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