From 4bef5b5717bb6199c1bc3f4a296abffc09a5ef73 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 11:02:05 +0000 Subject: [PATCH] Update actions/download-artifact action to v5 --- .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 9807d4f..b1e1b27 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@v4 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 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@v4 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 with: name: example-${{ inputs.name }}-client path: ./