From dcd69314dd5ff793822c563dae74d2bf3b6c5ee6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 13:51:37 +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 aec9b77..c4dc7a8 100644 --- a/.github/workflows/test-client.yaml +++ b/.github/workflows/test-client.yaml @@ -22,7 +22,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