From feca28b81cf47fc16affd3ce0a07c6f6cad66d0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 23:54:08 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v4 --- .github/workflows/pull-request-workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-workflow.yaml b/.github/workflows/pull-request-workflow.yaml index d54bdcf2..e9d18611 100644 --- a/.github/workflows/pull-request-workflow.yaml +++ b/.github/workflows/pull-request-workflow.yaml @@ -24,7 +24,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Download artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: images path: /tmp