From 7dcd736fb91d283fa676714cccdce6ad26276fc4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 23:36:11 +0000 Subject: [PATCH] Update actions/download-artifact action to v4 --- .github/workflows/docker-build-push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-build-push.yml b/.github/workflows/docker-build-push.yml index c669f1c..41f77e9 100644 --- a/.github/workflows/docker-build-push.yml +++ b/.github/workflows/docker-build-push.yml @@ -80,7 +80,7 @@ jobs: - name: 'Download Files Required for Build' if: ${{ inputs.download-artifact != '' }} - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{ inputs.download-artifact }} path: '/tmp/' @@ -122,7 +122,7 @@ jobs: needs: build steps: - name: 'Download Digests' - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: digests path: /tmp/digests