From 73f004e212ef9ea26b42c2877ce667e3bffc3a3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 20:20:43 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4 --- .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 3758ed1..a6ba668 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@v3 + uses: actions/upload-artifact@v4 with: name: example-${{ inputs.name }}-client path: ./example.tar