From 0baa8dada6243e9f7a7044af541af003df0d087b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 20:22:18 +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 a6ba668..aec9b77 100644 --- a/.github/workflows/test-client.yaml +++ b/.github/workflows/test-client.yaml @@ -48,7 +48,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Download Generated Client - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: example-${{ inputs.name }}-client path: ./ @@ -81,7 +81,7 @@ jobs: fetch-depth: 0 # Required due to the way Git works, without it this action won't be able to find any or the correct tags - run: git config --global --add safe.directory $GITHUB_WORKSPACE # Do this ourself because `actions/checkout@v3 doesn't succeed in doing this - name: Download Generated Client - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: example-${{ inputs.name }}-client path: ./