From bdb9a4f8d295db5458791eaeeb9c8081970fcde4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 20:12:42 +0000 Subject: [PATCH] Update actions/download-artifact action to v4 --- .github/workflows/test-client.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-client.yaml b/.github/workflows/test-client.yaml index c8d7818..9807d4f 100644 --- a/.github/workflows/test-client.yaml +++ b/.github/workflows/test-client.yaml @@ -55,7 +55,7 @@ jobs: - run: | mkdir -p example/generated-${{ inputs.name }} - name: Download Generated Client - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: example-${{ inputs.name }}-client path: ./ @@ -90,7 +90,7 @@ jobs: - run: | mkdir -p example/generated-${{ inputs.name }} - name: Download Generated Client - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: example-${{ inputs.name }}-client path: ./