From e6405bada4c9784588b5cc99d4c332de4edeaf25 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Fri, 26 Jan 2024 09:31:47 +0100 Subject: [PATCH] ci: bump actions/download-artifact to 4 Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- .github/workflows/validate-upstream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-upstream.yml b/.github/workflows/validate-upstream.yml index 035211a0fe6b..d7e5d40b9817 100644 --- a/.github/workflows/validate-upstream.yml +++ b/.github/workflows/validate-upstream.yml @@ -31,7 +31,7 @@ jobs: repository: docker/docs - name: Download data files - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 if: ${{ inputs.data-files-id != '' && inputs.data-files-folder != '' }} with: name: ${{ inputs.data-files-id }}