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