From 10b217c242ceac3366805e9e912ebd807d8981d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 18:57:08 +0100 Subject: [PATCH] Bump actions/download-artifact from 3 to 4 (#630) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pull-request-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-image.yml b/.github/workflows/pull-request-image.yml index 2e438b92..55b51ef4 100644 --- a/.github/workflows/pull-request-image.yml +++ b/.github/workflows/pull-request-image.yml @@ -56,7 +56,7 @@ jobs: needs: build steps: - name: Download plugin build artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 id: download with: name: plugin-dist