From 2be4a25bde744e02aed3428ad7d9c346d253bbf5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 13:51:32 +0000 Subject: [PATCH] Update actions/download-artifact action to v4.3.0 --- .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 aec9b77..dfc46a5 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@v4 + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 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@v4 + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 with: name: example-${{ inputs.name }}-client path: ./