From 4892613cf9b6d4095670b08c790245cfa65b46e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 11:15:04 +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 cc9e7cd..c8d7818 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@v3 + uses: actions/upload-artifact@v4 with: name: example-${{ inputs.name }}-client path: ./example.tar