From 4256bc6e034c94fab1c2f817b0e562e17fa92287 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 10:43:15 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4.6.2 --- .github/workflows/test-client.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-client.yaml b/.github/workflows/test-client.yaml index 9807d4f..c0e1e5d 100644 --- a/.github/workflows/test-client.yaml +++ b/.github/workflows/test-client.yaml @@ -27,7 +27,7 @@ jobs: - name: Tar example files run: tar -czf example.tar ./example - name: Upload Generated Client - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: name: example-${{ inputs.name }}-client path: ./example.tar